You need to sign in to do that
Don't have an account?

Having trouble getting the email address into my flow
I am using a URL to start my Flow and am assigning varibles from that URL:
https://na17.salesforce.com/flow/Get_Inquiry?InquiryID={!Inquiry__c.Id}
&FirstName={!Inquiry__c.First_Name__c}
&LastName={!Inquiry__c.Last_Name__c}
&Email = {!Inquiry__c.Email__c}
&ActiveUser = {!$User.Id}
&retURL=a04/o
The email field in the flow in not populated. Any idea why?
Also my attempt to get the Current User is not working.
https://na17.salesforce.com/flow/Get_Inquiry?InquiryID={!Inquiry__c.Id}
&FirstName={!Inquiry__c.First_Name__c}
&LastName={!Inquiry__c.Last_Name__c}
&Email = {!Inquiry__c.Email__c}
&ActiveUser = {!$User.Id}
&retURL=a04/o
The email field in the flow in not populated. Any idea why?
Also my attempt to get the Current User is not working.