Skip to main content
Can I somehow use RetrieveSalesforceObjects to retrieve the Lead objects fields then populate those field if exists. I have the retrive part now sure what I'd use to pre-file.

 

set @web = RetrieveSalesforceObjects("Lead", "Id","FirstName","LastName","MobilePhone", "Email", "=", @email)

 
1 answer
0/9000