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
Post a Comment