Start this workflow not that one from the form upon save.

  • 24 January 2019
  • 1 reply
  • 4 views

Badge +3

I have two work flows. One will add an item to a list view upon approval. The other will remove the item from the list view upon approval. Right now the user has to go to the list and start the different work flows from there. How do I add a control on the form to switch which workflow will start after it is saved?


1 reply

Userlevel 2
Badge +11

If the Form has a Status field which indicates whether it is Approved or not, you can filter the view based on this fields value. In case you need the workflows, you can setup Conditional starts of each one.

Reply