function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mark RutterMark Rutter 

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.