Hi All,
I have a macro where there is a drop down list for a user to select a field - but I also want them to be able to select 'None'
I want to detour the workflow based on if they selected 'None' or not. The way I am doing this is with a Condition tool which updates the action tool to modify the workflow
However, my macro does not divert based on the selection, and I think I have the condition tool incorrectly configured (or maybe the action tool)
My macro looks as follows:

My condition expression is: [#1]='None' , I have also tried IsNull([#1]) but got the same result (workflow does not divert).
I have set the action as "Update Detour Direction from Condition" and updated detour to the Right direction.
Can anyone see what is going wrong with my macro?