Announcements
i am building an app that push more than 20 inputs to Power automate to update Excel template through run script. i had to user Power App V2 trigger to be able to share the Flow with users. this triggers has a limit of 20 Inputs. how i can push the full list of inputs to power automate to be able to update the run script action
Hi @Msamir7777 ,
You can construct an object with all the parameters in the canvas app and convert it to a JSON string. Pass this string as a parameter to flow, parse this string in flow, and you can get multiple parameter values.
I've made a test for your reference:
1\In canvas app
Set( PowerAppsInput, { Input1:"1", Input2:3, Input3:"sdf", Input4:Now() } ); Myflow.Run(JSON(PowerAppsInput))
2\My flow
Best Regards,
Bof
@v-bofeng-msft Thanks this is exactly what I needed
hi @v-bofeng-msft could you explain how to use this kind of json flow to populate a word doc?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 84
WarrenBelz 79 Most Valuable Professional
Kalathiya 40 Super User 2026 Season 1