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

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow