Applications and Applets
Workflow
Repeats
2 min
repeats iterate over a text list, numeric list, grid, or multi select reference field and perform an action for each value in the list or array of data you can adjust the repeat to filter the values within the list field repeat workflow only works with text list, numeric list, and grid or multi select reference fields including a repeat workflow requires that you've also set up an integration task that uses the list or reference field as an input value the input value is the action that is run against the record using each value in the list field for more information about setting up integration tasks, see create or edit a task docid\ ryxk0zn8kfyu4nr zkwjm a branch of workflow that includes repeat will first begin with a condition, then a repeat, and then an action which must trigger an integration take the following scenario as an example of how you can utilize repeat workflow functionality your application has a text list field set up that contains multiple urls as values when saving a new record, you want to be able to ping each of the urls and receive information back about them you want the record to store the information that comes back about each of the urls here is one way you can realize this scenario create a powershell integration task from the configuration tab, include the script and input parameter variable seen here in this application, the list of urls field is a text list field access your application and ensure that you have the text list field set up and that it contains, or is set up to receive, the list of values you need (for this scenario, the values are urls) you can manually enter the values, or setup a task and output mapping to produce the values in the text list field create another text list field, output, to serve as a container for the information you receive back from pinging the urls access workflow within application builder and create a new condition, repeat, and trigger integration action configure the workflow properties for each stage condition properties for this scenario repeat properties for this scenario action (integration task) properties for this scenario make sure that you have set up the integration task output mappings to handle the data coming in and out of the task (output mapping to the output field) see configure task input docid\ a18jba9dkqbggtr8d4kjg and configure task output docid\ ocwbk73t 1mq2bihofc5p for more information output mapping for this scenario note select append as an insertion method if you want to retain the list in the output field and append to it with new data as the repeat actions are run now, when you access a record for this application, you will trigger the repeat and the integration by the initial save of the record