Data analysis for conditional trigger

hi
want to have triggers depending up the result obtaied by calculations or if/else conditions on dashbard data

hi @rsiegel kindly adresss my query

Hi again @HamnaBazmi,

You can do if/then statements now with our Triggers engine. We’re planning to increase it’s capabilities a lot this year with additional boolean logic, conditional triggers, items like timers so you can do statements like “If then ”

You can already chain multiple if/then statements together to do more complex logic, but you have to do it as multiple triggers at the moment. You could also use Arduino sketch code to perform calculations on items, and pass a result back into the dashboard to base a trigger off of.

Thnx