I'm struggling to get a Wait For and If working on a list workflow in SP2013 using the SP2010 workflow engine/template in SPD2013.
In step 1 (same block) I have..
Wait for 'Risk' to equal '1'
If 'Team' equals 'Helpdesk'
then Email 'These users'
When I create a new list item matching this criteria the workflow doesn't trigger. I have created it without the 2nd line of 'If team...' and it works fine.
I'm clearly doing something wrong but can't work it out. Once this is working I need to add an Else condition so if the Risk is 1 but the Team equals 'Ops' it sends a mail to a different set of users.
Any help is appreciated thanks