Salesforce Fact #66 | Flow output in lightning component
We can access the output value from a flow in lightning component. For this, we need to declare the variable in the flow as 'available for output'.
In this example, there is a simple auto-launched flow which is launched from lightning component, increments the input value by 1 and the output value is accessed in lightning component.
Attached are the screenshots.
Comments
Post a Comment