Updates for EZLogic - 1.30.1 (Ezlo Hubs only)
Link: https://ezlogic.mios.com
Previous: 1.29.1
Cloud MeshBot. Cloud Variables as Triggers
We provided ability to use Cloud Variables as a Trigger in Cloud MeshBot.
But first, let’s create a variable.
Note: Steps, how to create a variable described in 1.24.1
I want a variable, which will represent the number of spreadsheets on my account and I want to update the value everyday. The MeshBot could have the following structure:
Note: Variable will be created after MeshBot execution.
I want to be notified when the number of spreadsheets exceeds 100. Let’s create another MeshBot.
-
Select Cloud Variable node.
-
Select Service from the list.
Note: we display here only the services that already have variables.
-
Choose an account:
-
Select a variable:
-
Select comparator:
-
Provide a value to compare with:
The full trigger row:
And the MeshBot could look like:
When the number of spreadsheets will exceed 100, the user will get email and notification.
Fixes and Improvements:
- Sorted countries alphabetically, removed duplicates, put United States and Canada to the top of the list.
- Fixed highlighting for the accounts in Trigger section using the same token value.
Thanks!