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:
Lookup the account:
Find the LCP Main Contact
Update the LCP Main Contact field on Account
6 件の回答
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:
You shoulc check id={!VARACCOUNTID} because you are trying to update the account. So look for the account. Hope this helps.
Regards,
Amit.