I've been trying to figure out automation that will create a contact record for all active users in my salesforce instance, but I can only find information on triggered flows to create a contact record when a new user is created or edited but that doesn't help me for existing active users who are already in the system.
2 réponses
Hi Gregory,
You can create a one time scheduled flow.
In this flow, in the start element you can choose the object as User.
Add the filer conditions as Active - True
After this, you can add another create record element.
In this you can choose contact object, provide the mapping for the fields.