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
Arun ChowdaryArun Chowdary 

can we call a lightning componet using flow Builder????


can we call a lightning componet using flow Builder????

Pls let me know
Thanks in advance
   Arun
Best Answer chosen by Arun Chowdary
Naveen KNNaveen KN
Hi Arun, 

Yes, we can display the custom lightning component in the flow screens by implementing this interface implements="lightning:availableForFlowScreens" in your component.

In the screen flow, add your custom lightning component from the options available as shown below 
User-added image

Naveen
Team codengine.in

All Answers

Khan AnasKhan Anas (Salesforce Developers) 
Hi Arun,

Greetings to you!

You can add Lightning Components in Flow screens. Release notes:  https://releasenotes.docs.salesforce.com/en-us/spring18/release-notes/rn_forcecom_flow_lc_screens.htm

Please refer to the below links which might help you further with the above requirement.

https://www.sundoginteractive.com/blog/how-to-use-lightning-components-in-flows-more

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_using_flow.htm

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_using_flow_cmp.htm

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
Naveen KNNaveen KN
Hi Arun, 

Yes, we can display the custom lightning component in the flow screens by implementing this interface implements="lightning:availableForFlowScreens" in your component.

In the screen flow, add your custom lightning component from the options available as shown below 
User-added image

Naveen
Team codengine.in
This was selected as the best answer
Arun ChowdaryArun Chowdary
Dear Naveen,
Thanks for your support, Now its working.


Regards
Arun
Naveen KNNaveen KN
Hi Arun, Great to see that it is working. Appreciate your updates here. 

Happy coding,
Team codengine.in