Hi,
I am using HTTP Get method to display API service response. I want to represent the output in form of List . Is there any concept of loop in List depending upon the count of entries we get from the service?
For now, I am using a memory value to store count using length helper - {{length api_service_response.AccountID}}. But here I have to use multiple Lists depending upon the length value. Kindly provide a solution if any.
Regards,
Nisha