Dynamic Attachments

0
Hi all,  Apply enumeration is in another entity and below data grid objects are in separate entities, now i have to delete object that are present in data grid when i change the enumeration.And do help me to sort…  Thanks in advance.
asked
1 answers
0

Add an on change event microflow to the apply field that retrieves the same records as are shown in the grid.

Then add a delete activity to the MF and pass the retrieved list of objects to this activity to delete the objects that are currently shown.

answered