I’m new to Losant and having issues sending a non-Losant topic using MQTT. I am able to send device State updates and have that working well, however, when I send a generic topic of “alerts/test” looking like “alerts/test{“alert”:{“pressure1”:1}}” I get the MQTT workflow trigger on “alerts/test” but I cannot for the life of me figure out how to get a TRUE on a condition when I evaluate pressure1. “{{alert.pressure1}} === 1” evaluates to FALSE and every combination of handlebars that I’ve come up with has also come up FALSE.
What am I doing wrong?
Thanks,
Jason