Q: How would filename variable to be used in PowerAutomate from a powerapps variable.
When i submit the form in powerapps, i want to capture the new list item ID, and then use that as a variable in power automate. Since my power automate is triggered by an action within the app, setting the variable will help me further build the flow logic later on if i can set the list item ID and then use to pull the data once the app saves it.
Solved! Go to Solution.
Hi @Tim88 ,
The LastSubmit property of a form will return a value from that form. Here is a good video from Shane Young @Shanescows on the subject.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Tim88
You can add Initialize variable action in the flow, set value: Ask in PowerApps, then you will be able to pass the value from PowerApps to Variable in flow.
If you want to pass the Items ID you just submitted, you can use FormName.LastSubmit.ID to get the ID, and put the Flow Run code to the OnSuccess property of Form, just like:'FlowName'.Run(FormName.LastSubmit.ID)
Sik
Hi @Tim88 ,
The LastSubmit property of a form will return a value from that form. Here is a good video from Shane Young @Shanescows on the subject.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Tim88
You can add Initialize variable action in the flow, set value: Ask in PowerApps, then you will be able to pass the value from PowerApps to Variable in flow.
If you want to pass the Items ID you just submitted, you can use FormName.LastSubmit.ID to get the ID, and put the Flow Run code to the OnSuccess property of Form, just like:'FlowName'.Run(FormName.LastSubmit.ID)
Sik
Thanks for the replies guys, found Shanes video helpful.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
52 | |
41 |
User | Count |
---|---|
274 | |
160 | |
89 | |
81 | |
56 |