Skip to main content
Gregory Brice (Spirit of America) 님이 #Sales Cloud에 질문했습니다

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개
  1. 2023년 4월 28일 오후 7:40

    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. 

0/9000