Add new row
Adds a new row to the selected table.
Execute INSERT, UPDATE, or DELETE SQL statement
Executes an INSERT, UPDATE, or DELETE statement. NOTE: Do not attempt to do a SELECT statement, nothing will be returned.
Fetch single value from SQL select statement
Executes a SQL select statement that fetches a single value. The fetched value is emitted by the action and can be used by subsequent actions.
Find row
Finds a row in the specified table by searching for a matching input value in a specified column in a specified table. If multiple rows contain the value, only the first matching row is returned. If no rows match, an error occurs.