Steps:

Workflow steps can be actions, or control flow statements that help you describe business logic.

Action step

Actions carry out an operation in your target application (usually a create, update, or search operation). Each action requires a set of input fields and depending on the operation it may return output data

Example Action: Insert a row into Google sheets.

The following action inserts a new row into Google Sheets. As you can see, the insert row operation needs inputs [Google Drive, Spreadsheet File, Sheet, and the column inputs] in order to perform the action. Depending on the operation, these inputs will change.