Back to All

Logic Operations not working

I have the following logic operations in my bot:

[IF([responseTo interaction=1612769 fallback=NA]=MacOS){Click on the WiFi icon found in the menu bar.
}][IF([responseTo interaction=1612769 fallback=NA]=Windows){Click on the WiFi icon found in the taskbar.
}]

It used to work perfectly, but now the bot outputs the code, literally saying

"[IF([Windows=MacOS){Click on the WiFi icon found in the menu bar.
}][IF(Windows=Windows){Click on the WiFi icon found in the taskbar. }]"

instead of carrying out the logical operation. As you can see, Windows=Windows, so "Click on the WiFi icon found in the taskbar." should be the only thing appearing in the prompt.