Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
A Salesforce administrator used Flow Builder to create a flow named "accountOnboarding". The flow must be used inside an Aura component. Which tag should a developer use to display the flow in the component?
Correct Answer: A
To embed a Flow in an Aura component, thelightning:flowtag is used. It allows developers to interact with flows declaratively in Aura components. Reference:lightning:flow Documentation Incorrect Options: B, C, D:These are invalid or nonexistent tags.