[APP][Pro] Enhanced Device Widgets. Live 1.1.21, Test 1.1.23

OK, I worked it out. The Flow card returns the string value unquoted, so in your case it would create a formula for the parser as “Mop == ‘Mop’…”. The parser would then assume that Mop is a variable that hasn’t been defined.
To fix it just put quotes around the variable name like this example:
image