I have a sharepoint form on my powerapp. How can i start a manager approval after i submit my form?
Solved! Go to Solution.
There are 3 ways to do it
1) Create an Automated Flow that will trigger an Approval flow as soon as a new item in created in share point list
2) Create a manual flow that you can assign to your submit button so on the OnSelect you will SubmitForm(form1). ApprovalFlow.run(parameters)
4) In your PowerApps, Add the Approvals Connector and then on the Submit button or on the OnSuccess of Form submission you can use this function Approvals.StartAndWaitForAnApproval(Paramters) but this will be little complex to code with all the information that needs to be sent with approval.
There are 3 ways to do it
1) Create an Automated Flow that will trigger an Approval flow as soon as a new item in created in share point list
2) Create a manual flow that you can assign to your submit button so on the OnSelect you will SubmitForm(form1). ApprovalFlow.run(parameters)
4) In your PowerApps, Add the Approvals Connector and then on the Submit button or on the OnSuccess of Form submission you can use this function Approvals.StartAndWaitForAnApproval(Paramters) but this will be little complex to code with all the information that needs to be sent with approval.
User | Count |
---|---|
177 | |
118 | |
88 | |
44 | |
41 |
User | Count |
---|---|
241 | |
153 | |
127 | |
77 | |
72 |