How do I get an app level action to display?

I have created an import csv action but it doesn’t display anywhere in my app. I have a view of the related table but it is my understanding app level actions won’t appear there. So where (and how) can I display it?
(It is displayed prominently and its condition = true)
TIA!

Solved Solved
0 2 131
1 ACCEPTED SOLUTION

Hello @ed_day, is the csv import action included in your slice (if there is one), is set as “display overlay” and doesn’t have any conditions that might otherwise hide it?

I use csv import as well, and it shows on the “table view” of the “table” it is configured to “import” the information in.

View solution in original post

2 REPLIES 2

Hello @ed_day, is the csv import action included in your slice (if there is one), is set as “display overlay” and doesn’t have any conditions that might otherwise hide it?

I use csv import as well, and it shows on the “table view” of the “table” it is configured to “import” the information in.

Thanks Rafael. I don’t think I use a slice (I will check) I am new to this. Ah it was setting it to ‘overlay’ that fixed it!! Thank you so much!