Hello,
When I add an IMP to a Library that starts a WorkFlow, the WorkFlow only runs successfully when it is a single action. I.E. Send Email. When the WorkFlow contains If statements it fails to start and fails to run, just sits there in progress forever.
I made up a workaround by simply creating a field titled trigger, telling the IMP to set trigger to Yes and writing a WorkFLow that starts on item change. I.E. If Trigger = Yes, send Email and set Trigger = No. But I want to understand why on earth a WorkFlow with logic fails to start if started by the IMP directly.
If anyone can answer this, please let me know.
Thank you!