Salesforce Fact #772 | Reactive screen flow datatable
Screen flow reactivity is available with DataTable as well.
Suppose we have a scenario where we have a datatable in screen flow and the selected row needs to be auto-populated in a lookup input. We can get this using reactivity on the screen flow.
Note: This will only work for single select datatable because for multiple selection, it is a collection of records in screen flow but in lookup it expects collection of ids. so, it doesn't work.
Attached are the screenshots.
Comments
Post a Comment