Skip to Content
0
Jul 09, 2020 at 11:12 AM

How to use List to display dynamic number of records?

271 Views

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