web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power App data to Auto...
Power Apps
Answered

Power App data to Automate-More than 20 inputs

(0) ShareShare
ReportReport
Posted on by 28

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

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    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

    vbofengmsft_0-1666244892024.png

     

    Best Regards,

    Bof

     

     

     

  • Tango Profile Picture
    1,168 on at

    @v-bofeng-msft Thanks this is exactly what I needed

  • bloempotje Profile Picture
    24 on at

    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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard