Salesforce Fact #180 | Pass list of Sobject records from LWC to flow
We can pass list of Sobject records from LWC to flow as well. We need to define the list variable with @api to denote and expose as a public property in the flow. The meta file configuration remains the same i.e. define the property as @salesforce/schema/<SobjectApiName>[].
Attached are the screenshots.
Comments
Post a Comment