Skip to main content
Hi, I'm hoping you can help me.

 

I need to have an identifying field on Account, (LCP Main Contact) to show if there is a contact with a certain checkbox ticked associated with it.  There will only be one contact with that checkbox ticked on the account, but many accounts won't have one of these contacts.

 

I've created a flow triggered by process builder (I know the PB works because an earlier version of the flow returned an error message) but I haven't got the flow right because the identifying field does not populate.

 

This is what I have:

 

Field on Account to identify if certain contact type is associated with it - Flow?

 

Lookup the account:

 

User-added image

 

Find the LCP Main Contact

 

User-added image

 

Update the LCP Main Contact field on Account

 

User-added image
6 件の回答
  1. 2019年3月27日 9:55
    Hi Sara,

     

    You are alomost there.

     

    There are two issues.

     

    1. You need to place a decision block before the update block to check if varlcpcontactId is not null.

     

    2. for the below screenshot:

     

    Hi Sara, You are alomost there. There are two issues. 1. You need to place a decision block before the update block to check if varlcpcontactId is not null. 2.

     

    You shoulc check id={!VARACCOUNTID} because you are trying to update the account. So look for the account. Hope this helps.

     

    Regards,

     

    Amit.

     

     
0/9000