Hi all,
I am creating a excel report using my Dataverse table data. I am calling this flow from canvas app and passing some filter value as input to the flow.
My first Action is List rows for Table A. I need few columns value from table A. Table A has lookup field to Table B and C. I want create a file which contains columns from all three table. As of now I am adding Select action to create key value pair.
If I try to get my lookup record fields using Get rows action which needs to be placed inside loop, will I still able to just do mapping in my Select action. After running inside loop will it still brings me all the related record.
Thank you.