From the course: Azure Logic Apps

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Logic app control actions

Logic app control actions - Azure Tutorial

From the course: Azure Logic Apps

Start my 1-month free trial

Logic app control actions

- [Instructor] The next building block that we want to talk about are called control actions. As the name suggests, control actions help you control the workflow execution. Control actions can include other actions as well. Let's consider an example. Let us say you're writing a workflow that iterates over an array and performs an action on each item of the array. If you wanted to accomplish this, you can take advantage of the foreach control action. Let us look at an example. So once again, we have just the relevant JSON specification as it pertains to the control action. So in this case, I'm using the foreach control action, and once I have the foreach control action, I can then specify the actions that are included as part of the foreach control action.

Contents