Salesforce Fact #662 | Undelete multiple records using screen flow datatable

We can make use of the datatable type in screenflow to undelete multiple selected records.

Suppose, we want to show the records deleted by the user today and provide a way to undelete multiple records. We can create an apex class with an invocable method while performs the undeleted on the selected record Ids.

Attached are the screenshots.














Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow