Actions
Find Rows
Reads rows from a table
Input
Property | Type | Required | Description |
---|---|---|---|
timezone | SHORT_TEXT | No | Timezone for the mysql server to use |
table | DROPDOWN | Yes | The name of the table |
condition | SHORT_TEXT | Yes | SQL condition, can also include logic operators, etc. |
args | ARRAY | No | Arguments can be used using ? in the condition |
columns | ARRAY | No | Specify the columns you want to select |