I'm using Office 365 and I've got a list where I need to run 6 workflows when an item is saved. I know, not ideal. The problem is that all the workflows run multiple times - I'm guessing this is because each time one of those workflows changes something it triggers all the others again. This means that it takes a long time for all the workflows to finish running. Has anyone got any ideas how I could stop this happening? I've thought about calling one workflow when another finishes, but I still can't work out how I'd stop the first one running every time the document was saved. Any suggestions would be great, thank you.
Solved
Running multiple workflows on save

Best answer by borrajaya
I would suggest as conditional start not available in O365 ,create single workflow that runs every time item update happens. with in that workflow write a switch case to handle your logic to determine which workflow of your 6 is appropriate at that time based on field values and use start workflow action to run actual workflow there.
all other workflows in question remove automatic trigger.
I hope this helps.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.