Conditions
Conditions can be used:
- To search and filter rows in spreadsheets using commands like Find Spreadsheet Row and Loop Spreadsheet Rows
Text comparisons are case-insensitive.
- Value: Javascript expression that evaluates to either
true
orfalse
(e.g.1 === 2
)
Last modified 1yr ago