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 trigger in p...
Power Apps
Unanswered

power app trigger in power automate flow

(0) ShareShare
ReportReport
Posted on by 61

so i am looking to have my submission of my form button do the following steps

 

upon the completion of the editform1_2 user will use submission button

button should submit entry and trigger power automate flow ppmentryflow.run

which requires information to be passed back to automate flow .

 

so per the syntax it should be something like 

 

ppmentryflow.Run(DataCardValue9, DataCardValue10, DataCardValue11, DataCardValue12, DataCardValue13, DataCardValue16, DataCardValue17, DataCardValue18 ,DataCardValue74 ,DataCardValue73 ,DataCardValue15 ,DataCardValue14)

 

however its faulting because its expecting a text value instead, also once that has completed how do i have it reset the fields for new entry to start over.

 

please help 

 

Categories:
I have the same question (0)
  • Abhilash_Swain Profile Picture
    901 on at

    Hi @davidgegorek ,
    Datacardvalue is  a control like textBox/label. Hence to get the value, you need to get the "text" property of it.

    Please use ppmentryflow.Run(DataCardValue9.Text, DataCardValue10.Text, DataCardValue11.Text, DataCardValue12.Text, DataCardValue13.Text, DataCardValue16.Text, DataCardValue17.Text, DataCardValue18.Text,DataCardValue74 .Text,DataCardValue73.Text,DataCardValue15.Text,DataCardValue14.Text)

     

    Please like/accept it as solution if it helps.

     

  • davidgegorek Profile Picture
    61 on at

    okay so next problem is that some fields are not being recognized and .text is not valid on some of those either so i have tried the following  

     

    ppmentryflow.Run(DataCardValue9.Text, DataCardValue10.SelectedItems, DataCardValue11.SelectedItems, DataCardValue12.SelectedItems, DataCardValue13.Text, DataCardValue16.Text, DataCardValue17.SelectedItems, DataCardValue18.SelectedItems,DataCardValue74.Text,DataCardValue73.Text,DataCardValue15.SelectedDate,DataCardValue14.Text)

     

    but still no luck getting errors here also 

  • Abhilash_Swain Profile Picture
    901 on at

    Hi @davidgegorek ,
    I thought all are text fields. 
    Let the intellisence help you . for dropdowns/choice fields type  Datacardvalue.Selected once you give a "." after Selected, it will show what are the options available. You can choose based on your requirement.

     

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard