Salesforce Fact #844 | Screen flow datatable and lightning record picker reactivity combo
We have the new record picker component in LWC and that works perfectly as reactive in screen flow.
Suppose, we have a datatable in screen flow which is displaying certain account records and once we select a row, we want to make use of the record picker to show only related contacts of the selected account for selection.
In LWC, we make use of the getRecord() LDS function to set the filter value reactively based on each time the accountId is passed from screen flow to LWC.
Attached are the screenshots.
Comments
Post a Comment