Flow Designer Action - Look Up Records step - How to process the outputDescriptionWe have documentation for "Look Up Records step" but it doesn't cover how to process the output. https://docs.servicenow.com/csh?topicname=lookup-records-action-designer.html&version=latest 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) https://docs.servicenow.com/csh?topicname=create-custom-action-array-objects.html&version=latest