Currently have a power-app that triggers a power automate flow that retrieves multiple tables via an API.
All tables/Values are embedded within the API response and it stores the values in a collection. Issue I'm facing is that only the first table values are populated in the collection. From the below example I will only have data for Table A the other tables will have collection heading names although no data.
TableData Table Name
Nested collection A
Nested collection B
Nested collection C
Any help is greatly appreciated.
Thanks