Variables
Managing and manipulating variables effectively.
ย
You can use our GPT Assistant for help with Latenode operators:
It can guide you on writing expressions, using variables, filters, and building logic inside your scenarios.
Algorithm
Operators in this group provide the capability to return specific values.
Result
timestamp
This operator returns the number of seconds that have elapsed since midnight (00:00:00 UTC) on January 1, 1970 (Thursday), also known as the Unix epoch time.

- Result of the expression:ย Number (count of seconds).
- Example:ย If the function is executed at 2023-09-10T18:39:01Z, thenย 1694360344.
now
This operator returns the current date and time.

- Result of the expression:ย Date and time.
- Example:ย If the function is executed at 2023-09-10T15:40:28Z, thenย 2023-09-10T15:40:28Z.
getGlobalVar
This operator returns the value of the global variable whose name is specified as an operand.

- Result of the expression:ย Value of a global variable (string, number, boolean value).
- Example:ย If the dayTemp variable exists and its value is 283.500000, then 283.500000.

Did this answer your question?
๐
๐
๐คฉ