Salesforce Fact #183 | Pass account name and related contacts from flow to LWC
Suppose we have to pass account name and related contacts from flow to LWC. This can be achieved using the apex defined type, using two variables: one for account name and another for the related contact list. And in LWC, the same way we have to set the targetconfig property.
Attached are the screenshots.
Comments
Post a Comment