Hi community,
so I have a normal page and then a button which opens a modal page where I can edit/delete the record.
The delete button just redirects to a DELETE-URL.
After I click on delete I want to jump to a different page (not to the page where I originally opened the dialog).
I tried to create a branch on the modal dialog and redirect after I click on the delete button but it isnt working. Either the record doesnt get deleted but I get redirected or the record gets deleted but the redirect doesnt work.