Flow Designer Action - Look Up Records step - How to process the outputIssue We have documentation for "Look Up Records step" but it doesn't cover how to process the output. Look Up Records step To process the output, Select Look Up RecordsFrom the Action Outline, select Add a new step.Select Script. 4. In your script you will need to use a while loop as shown below. //Iterate through the list of User recordswhile(inputs.userRecords.next()) {} ------ To know how to configure Look up records step" and "Output" Please refer to below documentation. (From step 9) Create a custom action to generate an array of objects from a list of records