Approval Form Question

0
looking to setup/trigger a approval when particular value is chosen on the form.  When user can approve , the microflow should trigger to complete the job.. what are the ways to achieve this ? need guidance..
asked
1 answers
0

Hi John,

you can eg. chose to set up an on-change event which checks if the selected value is the ‘particular’ value you are looking for. Within the split to check this you can either proceed with the normal routine or the flow to ‘complete the job’.

You can also chose visibility or enable/disable editing to show the user options in the form depending on set prerequisites.

answered