Hi,
I have a flow which should return a list of devices to powerapps. I want to organize them within a collection.
My powerapps button does the following, could somebody please advise how I could get this working?
ClearCollect(
DeviceCollection,
Table('DeviceRequest'.Run("Param1").result.value
{
Device: Device
}
)
)
Here is the flow for reference.

Output of "Output" is similar to the below:
{
"statusCode": "200",
"schema": {
"type": "object",
"properties": {
"result": {
"title": "Result",
"x-ms-dynamically-added": true,
"type": "string"
}
}
},
"body": {
"result": "[{\"Device\":[\"MacBook Pro - HOSTNAME\",\"Latitude 7410 - HOSTNAME\"