Is there a way for the new Power Apps v2 to pull collections? Not practical to have two automate setups to accomplish pulling the collection and also input data. Just can't find any resource for v2 regarding collections.
Solved! Go to Solution.
Hi @Tetralink ,
I've made a test for your reference:
In Canvas APP:
Flowname.Run(JSON(CollectonName))
Result:
Best Regards,
Bof
Use JSON() function to convert to collection to a JSON string.
The string should be send to Power Automate as string parameter and inside the flow use a Parse JSON action to convert this to an array of objects similar to your collection.
To obtain the JSON schema, use Generate from sample option of the Parse JSON action in power automate.
Hope it helps !
Hi @Tetralink ,
I've made a test for your reference:
In Canvas APP:
Flowname.Run(JSON(CollectonName))
Result:
Best Regards,
Bof
Use JSON() function to convert to collection to a JSON string.
The string should be send to Power Automate as string parameter and inside the flow use a Parse JSON action to convert this to an array of objects similar to your collection.
To obtain the JSON schema, use Generate from sample option of the Parse JSON action in power automate.
Hope it helps !
Thank you both! That answered my question!
User | Count |
---|---|
251 | |
102 | |
94 | |
47 | |
37 |