
Announcements
I am using the MS Graph Get Group Members connector from my Topic. It returns response of Record datatype which contains "value" of Table datatype. I want to iterate through this table and give back the results in a nice format to the user. Please help; I can't find it in any doc.
Bot response:
You can build an adaptive card that would present the data in a nice format and use the ForAll PowerFX function to iterate over items in your Table and convert them to elements in your card. Here is an example: Display Data from Arrays in Adaptive Cards - Microsoft Copilot Studio | Microsoft Learn
Does this help?