Created
January 8, 2022 01:03
-
-
Save rygramer/8efdc72b9337bb24752af65d23def2b6 to your computer and use it in GitHub Desktop.
Aura to Embed a Flow in an External Website - .cmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:component implements="flexipage:availableForAllPageTypes,lightning:availableForFlowActions" access="GLOBAL"> | |
<aura:handler name="init" value="{!this}" action="{!c.init}" /> | |
<lightning:flow aura:id="flowData"/> | |
</aura:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment