Trying to copy a value from one field to another

Anonymous
Not applicable

Trying to copy a value from one field to another

Is it possible to setup a flow action to copy the LeadIDKey to the AtendeeID field? I'd swear I've done this in the past but struggling with it.

Thanks in advance.

Cheers-
Bob
Tags (1)
2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: Trying to copy a value from one field to another

sure

Smart List: if LeadIDKey IS NOT EMPTY
Flow:
Change Data Value: AttendeeID = {{Lead.LeadIDKey}}
 
Anonymous
Not applicable

Re: Trying to copy a value from one field to another

Hey Josh-

The Results are displaying an invalid token for {{Lead.LeadIDKey}}. Should it be {{Lead.LeadID}} ?

and for the Smart List - LeadIDKey is not available as a filter - should it be attendeeID is blank?

Thanks again.
Bob