Could anyone help me out with below mentioned scenario.
"body": [
{
"Currency": "Kr.",
"Distributor": null,
"Itemtypenum": "1803895",
"Unitprice": "42.97000",
"Website": "DigiKey"
},
{
"Currency": "Kr.",
"Distributor": null,
"Itemtypenum": "1803895",
"Unitprice": "43.800",
"Website": "Farnell"
},
{
"Currency": "Kr.",
"Distributor": "element14 Asia-Pacific",
"Itemtypenum": "1803895",
"Unitprice": "38.0764",
"Website": "FindChips"
}
And while passing the same to Copilot studio if it is a single record it is taking the values but if multiple records are coming i was not able to figure this out how i can display dynamic data in tabular form in adaptive card.
In Coplit studio the json output is coming like below:
[{"Currency":"Kr.","Distributor":null,"Itemnum":"1803895","Unitprice":"42.97000","Website":"DigiKey"},{"Currency":"Kr.","Distributor":null,"Itemnum":"1803895","Unitprice":"43.800","Website":"Farnell"},{"Currency":"Kr.","Distributor":"element14 Asia-Pacific","Itemnum":"1803895","Unitprice":"38.0764","Website":"FindChips"},{"Currency":"Kr.","Distributor":"Onlinecomponents.com","Itemnum":"1803895","Unitprice":"40.951","Website":"Octopart"},{"Currency":"Kr.","Distributor":"DigiKey","Itemnum":"1803895","Unitprice":"42.641","Website":"Octopart"},{"Currency":"Kr.","Distributor":"DigiKey","Itemnum":"1803895","Unitprice":"41.8886","Website":"FindChips"},{"Currency":"Kr.","Distributor":"Mouser","Itemnum":"1803895","Unitprice":"42.114","Website":"Octopart"},{"Currency":"Kr.","Distributor":"DigiKey","Itemnum":"1803895","Unitprice":"6,221.7606","Website":"FindChips"},{"Currency":"Kr.","Distributor":"Verical","Itemnum":"1803895","Unitprice":"44.663","Website":"Octopart"},{"Currency":"Kr.","Distributor":"Mouser Electronics","Itemnum":"1803895","Unitprice":"49.8004","Website":"FindChips"},{"Currency":"Kr.","Distributor":"Arrow Electronics","Itemnum":"1803895","Unitprice":"44.663","Website":"Octopart"},{"Currency":"Kr.","Distributor":"Onlinecomponents.com","Itemnum":"1803895","Unitprice":"2,778.6778","Website":"FindChips"},{"Currency":"Kr.","Distributor":"element14 APAC","Itemnum":"1803895","Unitprice":"38.839","Website":"Octopart"},{"[{"Currency":"Kr.","Distributor":null,"Itemnum":"1803895","Unitprice":"42.97000","Website":"DigiKey"},{"Currency":"Kr.","Distributor":null,"Itemnum":"1803895","Unitprice":"43.800","Website":"Farnell"},{"Currency":"Kr.","Distributor":"element14 Asia-Pacific","Itemnum":"1803895","Unitprice":"38.0764","Website":"FindChips"},{"Currency":"Kr.","Distributor":"Onlinecomponents.com"
Could you please suggest the best approach to handle this scenario? I’m particularly looking for a way to pass and display multiple records from Power Automate to Copilot Studio in a structured format suitable for adaptive cards.
Could anyone please help me with any better suggestion or a possible work around on this??