Valid PDI Dumps shared by ExamDiscuss.com for Helping Passing PDI Exam! ExamDiscuss.com now offer the newest PDI exam dumps, the ExamDiscuss.com PDI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.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 into an Aura component, you use the lightning:flow component. Option A: lightning Correct Answer. The lightning:flow component allows you to embed a Flow in an Aura component. Example Usage: <aura:component> <lightning:flow aura:id="flowData" /> </aura:component> Reference: Aura Component Options Not Applicable: Option B: aura-flow Invalid Component. Option C: aura Invalid Component. Option D: lightning-flow Invalid Component Name in Aura. Conclusion: To display the Flow in an Aura component, the developer should use the lightning:flow tag, which is Option A.