I have a SharePoint list with two workflows on it. Each workflow updates a column in the list, and both workflows are set to start when a item is changed. This causes the workflows to be stuck in a infinite loop. Is there anyway to avoid
this? Can I update the list item inside the workflow without causing the item change event to fire?
↧