News

The examples should be working code that can be used as a starting point for your own workflows. Because the Run code action can be placed in any type of workflow and the data available to the action ...
In this example we will loop through a list of integers and print the square of each number. Notice: The loop is running until it gets through the last number in the list. Once the last in the list is ...