Deleting wrong record

Why when I do a search in an input box and then delete a record marked in the repeating group, do I delete the wrong record?

How to fix this?

You’ll delete whatever record your are defining as the record to delete…

If the ‘wrong’ record is being deleted, you’re defining the wrong record to delete (i.e. not the one you think you are).

You fix it by ensuring you’re defining the actual record you want to delete and not some other record.

If you think you’re defining the record you intend to delete, I suggest checking in the debugger, looking at your server logs, and double checking your workflows to find out why that’s actually not the case.

Here the two screens, the initial one that calls the confirmation screen and the screen that deletes the record after confirming. The current record does not appear how to fix it?


IMG01

Presumably you’re trying to delete the record held in the confirmation popup, yes?..

So you can define that as popDELETE's tblCLI in the delete thing action.

I managed to resolve.

I typed Current Page tblCLI in all DataSource of all groups (Containers) and it deleted records.

Thanks a lot for the help !

1 Like

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