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
Salesforce BeginnerSalesforce Beginner 

Date in auto launch flow

Hi All,

I am calling a flow (auto launched flow) from an Apex class. In the flow I am using fast lookup to get custom object records. One of the fields on the custom object is a date field. After I get the fast lookup results, I am assigning the field values to a flow local variable. When I am doing this for all other fields, flow works fine and I get the field values back into the class. But when I use date field assignment, flow throws un handled exception.

I am still new to flow and your suggestions and help are very useful as I am out of ideas on this.
 
GauravGargGauravGarg
hi,

could you please post the error message.

Thanks
Gaurav