Template Workflows
ACP ships with a wide variety of working ACP examples illustrating various concepts and functions.
...
The ‘Getting Started’ category is of particular importance for new users as it shows specific examples of distinct concepts. This category of workflows will be referenced often in this documentation.
The Examples Library
To open these workflows, click on the Workflow list, and then filter by the template workflow name, or by category such as "Getting Started".
...
(7) "Branching by Data Inspection" -- The user gives a resource name. If the resource does not exist (body.name != $name), the workflow creates it. If the resource exists, the workflow deletes it.
...
(9) "Working with Arrays" -- pulls a list of all resources of type 'section', returns the name of the 3rd one. This is to show the use of "3.name" syntax.
(10) "Inputs with Routing" -- Same as (6) but the user-given input is used in the conditional statements in the routing section.
...