Created
January 8, 2022 01:04
-
-
Save rygramer/c28713c9fd0828cf52cf39cb572827be to your computer and use it in GitHub Desktop.
Aura to Embed a Flow in an External Website - Controller.js
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
({ | |
init : function (component) { | |
var flow = component.find("flowData"); | |
flow.startFlow("YOUR_FLOW_API_NAME"); | |
} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment