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
Harry Training DepartmentHarry Training Department 

workflow to lightning flow

Hi Team,

I want to convert the existing workflow rules into a single lightning flow.

Is it possible to trigger a flow when a record is created?

Any suggestions much appreciated.
Raj VakatiRaj Vakati
Yes ..you will be able to convert your workflows to flow ( Make sure you are creating auto launch flow ) and invoke the auto-launch flow using process builder 
sssssssssssssssssssssss ssssssssssssssssssssssss s
I have a necessity to filter out record id type name for the lightning flow process. I am not able to find the field in the filtering criteria. Any suggestions much appreciated.
Raj VakatiRaj Vakati
You can able to filter record type in process builder entry critical it self .. 

 
sssssssssssssssssssssss ssssssssssssssssssssssss s
Thats correct. But i want like to know how to do it in the Lighning Flow Builder, thanks!
Raj VakatiRaj Vakati
If you want to do in flow use   Fast Lookup in Cloud Flow Designer looks up the values and pass the record type Id to filter data 


https://help.salesforce.com/articleView?id=flow_ref_elements_data_get.htm&type=5
https://jenwlee.wordpress.com/2019/01/28/before-and-after-look-at-flow-in-cloud-flow-designer-vs-flow-builder-part-deux/
https://salesforcesidekick.com/2015/05/09/how-to-use-a-record-lookup/
Harry Training DepartmentHarry Training Department
sorry. Simple question, how to get the record id and its lookup fiels in flow builder spring 19'?