📄️ Create a Workflow to Loop Through a Table by Row
Actions Express stores and retrieves data using tables with pre-built activities to read and write to individual cells. This guide explains how to loop tables in your workflows.
📄️ Create a Workflow to Loop Through a Table by Row and Column
In this scenario, you can create a table and a nested while-loop through each row and each column.
📄️ Create a Workflow to Read and Replace Cells in Excel
Actions Express stores and retrieves data using tables with pre-built activities to read and write to individual cells. This guide explains how to loop tables in your workflows from Excel files.
📄️ Passing Variables Between Parent and Child Workflows
Passing Variables Between Parent and Child Workflows
📄️ Activity Designer Backend Code
Backend Code Examples
📄️ Activity Designer Frontend Code
Frontend Code Examples
📄️ Bidirectional Communication with Web Service API
Actions Express provides a Web Service API that allows external systems to send and receive messages. This guide explains how to establish bidirectional communication between an external REST client and the Web Service API.