How to display an overlay button in a table view?

Hi there,

I need to display an overlay button in a table view that triggers a bot.
Unfortunately, it seems that only “not-on-a-row-actions” can be displayed as overlay in a table.
Any ideas or work around?

Thanks!

0 1 345
1 REPLY 1

Yes, only a few different types of Actions are allowed in overlay prominence on collection views. Mainly, “go to another view”. If you need to trigger a bot from a collection view, you can add an inline-attached Action to the records. To avoid user confusion, you may want to also make it so it only shows up on the first or last record, just match the key value with MINROW or MAXROW in the Action’s show_if.

Top Labels in this Space