Create a custom flow to generate an object for each record in a list
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Create Workflows
Generate an object for each User record in a list. Learn how to use flow logic to iterate through a list of records.
Before you begin
- Role required: admin
- Create a custom action to generate an object from a record
About this task
- Create a flow that runs on a daily schedule.
- Look up User records filtered by the Department provided as an input.
- Add flow logic that runs for each User record you looked up previously.
- Create a contact object for each User record using the custom action you created previously.
- Create a log message for each User record.
Procedure