Trying to copy a value from one field to another | Community
Skip to main content
March 12, 2015
Question

Trying to copy a value from one field to another

  • March 12, 2015
  • 2 replies
  • 909 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
March 12, 2015
sure

Smart List: if LeadIDKey IS NOT EMPTY
Flow:
Change Data Value: AttendeeID = {{Lead.LeadIDKey}}
 
March 16, 2015
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