Delete Row -> This Item not displaying

I have a bunch of gallery items with an edit function where people can adjust their entry
I tried to create button to Delete: Action “Delete Row” → “This Item”
For some reason the button doesn’t show? Any ideas?

I’m not in a position where I can test this right now, but I believe the button isn’t showing because you’re inside an Edit Form.

My suggestion would be as follows:

  • Add your Delete button to the Details Screen
  • Set the action on the button to Show New Screen → This item, and open it in an overlay or slide-in window
  • On that window, add some confirmation text and a button bar with Confirm/Cancel
  • Add the Delete Row action to the confirm button, and use a Go Back action on the Cancel button
2 Likes

Thanks, this works :zap:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.