You need to sign in to do that
Don't have an account?
Arun Chowdary
can we call a lightning componet using flow Builder????
Pls let me know
Thanks in advance
Arun
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
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
Naveen
Team codengine.in
All Answers
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
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
Naveen
Team codengine.in
Thanks for your support, Now its working.
Regards
Arun
Happy coding,
Team codengine.in