New to the platform, and I’m having a bit of an issue trying to evaluate a condition based on time for the indicator block. I’m wondering if the following are even possible with this block. Any clues to get me in the right direction would help:
-
Can I evaluate the {time-1} variable based on whether or not it’s past a certain time, e.g. 5p? I know it returns the date/time in milliseconds, so seems like some conversion is necessary.
-
If not, I tried to create a new workflow with the gauge query to store the result of one of the devices attributes in the hopes this might get me closer. I get payload data of “myObject”: “value”: true “time” : Thu May 31, 2018 09:37:10 GMT-04:00. I can’t, however, seem to pull that info into the condition expression or label for evaluation.
Thanks in advance!