Datagrid Delete action - add confirmation pop-up

Hi all. I’d like to add a confirmation pop-up to the Delete (trash can) action in the OOTB datagrid, the same as the attached one that WeWeb uses. I can’t figure out how to do it while maintaining the use of the ‘On row delete’ workflow action that the OOTB datagrid uses. Any suggestions please?

I think I might need to use a pass-through condition? But not sure how to do it. I tried adding a variable that is set to True if the user confirms the delete in the pop-up. The pass-through condition is waiting for that variable to be set to True. But it doesnt work.

Figured it out. Broke it into two workflows and recorded the ID of the record to be deleted in the first workflow. Nice. :grinning:

1 Like

Hi, could show the screenshots & workflow to set this up?

Thanks.