#RUN_MODE# = Test issue

I have an If..Condition.. that evaluates:
#RUN_MODE# = Test
#RUN_MODE# = Production

This throws the error "If_RUN_MODE - 'Test = Test' cannot be converted to boolean."


1 Like

Needed to do '#RUN_MODE#' = 'Test'

Glad you resolved the issue, and nice to see some sophisticated examples of automation flow!