function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
imrohitimrohit 

how to display records return by invocable apex to the lightning component in the flow

hi I have lightning flow which call apex and perform some logic and then apex returns the list of records which I need to display in lightning component in the lightning flow 

please suggest how can I do this 

thanks

Best Answer chosen by imrohit
imrohitimrohit

I found the solution 

thanks for the blogger very well explained

https://developingflow.com/2018/06/11/lightning-components-in-flow/

All Answers

Raj VakatiRaj Vakati
You need to use the Outputs values in flow 

Pass information from the invoked Apex method to the flow. The method determines the available output parameters and their data types

.Output

Refer this link
http://acknowledgecloud.blogspot.com/2017/07/salesforce-invoke-apex-from-visual-flows.html
imrohitimrohit

I found the solution 

thanks for the blogger very well explained

https://developingflow.com/2018/06/11/lightning-components-in-flow/

This was selected as the best answer