Trouble deleting an object from a list

I am trying to delete a transaction record by using the unique ID of the record, but the record does not seem to be impacted by the workflow that I have set up. Can anyone assist me. I am using this same method to delete users; I don’t understand why I can’t use the unique ID, when I can use the email to delete the user object.

It should work fine…

More information will be required if you want anyone to try and help… so feel free to share more info, or maybe post some screenshots…

This is my attempt to identify the record I want to delete; I am using the unique ID

I have a list of records, and I trying to find the object by ID and remove it

Why can’t you just delete the parent group’s Talent Bookings-1?

this is a list of bookings on a page. I want to delete the respective record of the booking that has been cancelled

Yes, but there’s no need t use the unique ID of the parent group’s thing - just refer to the parent groups thing directly…

In any case, if it’s not deleting then the obvious first thing to check is that there’s actually something to delete in the first place (i.e. the parent group’s thing is not empty) - so I’d check in the debugger to see what’s going on…

How are you defining which booking has been cancelled?

From what I can tell, the problem is occurring, because I am not able to pass the repeating group list data to the pop up. If I remove the attempt to display the RG in popup, then the delete works. It seems like its a data access issue that I haven’t figured out yet

This topic was automatically closed after 70 days. New replies are no longer allowed.