How to display a grouped action in a table view to the user?

Hi all,

I have a table view which shows some data.
This data should be able to be exported as a csv file.
After the export all data should be deleted.

I try to do this via a grouped action and overlay display but the grouped action button will not appear.

Is there any other way to give the user the ability to exectute the grouped action?

Thank you, Joachim

0 2 119
2 REPLIES 2

Overlay actions on a table view can contain only NON-row level actions.  The act if deleting a row (or a set of rows in this case) is a row-level action.

One way to solve this problem is to have your button set some trigger value to run an automation.  The automation then performs the export and delete.

Thank you @WillowMobileSys , I thought about setting a trigger value, but isn't it although a row-level action?
And where to set the trigger value?

Top Labels in this Space