I have created a multistep form, The first tab saves records to table1. the 2nd tab would save to table2, and the 3rd tab would save to Table3. However after clicking submit on the 3rd tab, I have to update one column (Yes/No) from table1 to trigger a powerautomate (based on that column in table1).
I tried doing it in the Metadata tab in the 3rd tab form step by creating a multistep form metadata, setting the "Set Value On Save" to yes and setting value to 1 but doing this didnt do anything. Im not sure if what i did is correct.
Sure will do!
Hi @pageflourin ,
Sorry, I didn't notice this was a Power pages issue just now. My previous answer was based on PowerApps, maybe you should submit this question to the Power Pages Community where there are more professional people.
Microsoft Power Pages Community - Power Platform Community
Best Regards,
Habsburg Qian
If this post helps, then please consider Accept it as the solution to help the other members find it.
@v-zhoqian-msft , hi yes but I'm using the power portals multi step form. where do I add that formula in?
Hi @pageflourin ,
Do you want to modify the record just submitted to the first table, after submitting the 3rd tab?
The formula is similar to this:
Patch(table1,Form1.LastSubmit,{thecolumn:1})
Best Regards,
Habsburg Qian
If this post helps, then please consider Accept it as the solution to help the other members find it.