Hi,
I have a collection to store records deleted from a gallery. I then have a button to allow the user to delete the chosen records from a SP list. For some reason, it isn't working. See below my logic. The ID field is generated by the SP list automatically for each record and is present in both the list and collection. Any idea what Im doing wrong?
Collect(deleteCol, ThisItem);
RemoveIf('Payment Request Detail', ID in deleteCol.ID);