Add buttons disapeared

Add button missing and I cannot get it to reappear

This App has a view called profiles. which is a dashboard split into 2 views, each with its own slice.  Both slices had an add button when I started.

The App owner only wants users to be able to add one profile. So in the system generated Add button for the Profile table I set the "Only if this condition is true" to be

NOT(IN(UserEmail(),Profile[ProfileUser]))

but then add button disapered for every both views in the dashboard. So presumed I got it wrong and tried

COUNT(Select(Profile[ProfileID],UserEmail()=[ProfileUser]))=0

and

NOT(IN(UserEmail(),Select(Profile[ProfileUser],TRUE)))

but nothing worked. Tried changing to to TRUE and even "" but the add button wont come back. Created a test view of the entire Profile table and another test view of one of the slices and the add button shows in those.

Any ideas?

p.s. just been on to Appsheet help who spent 20mins looking at the wrong app then spent another 20 before telling me the can't help because it not on my appsheet account (its a customers app) ๐Ÿ˜ก

Solved Solved
0 2 89
1 ACCEPTED SOLUTION

Since its a Dashboard...

Screenshot 2022-12-20 at 4.53.18 PM.png

View solution in original post

2 REPLIES 2

Since its a Dashboard...

Screenshot 2022-12-20 at 4.53.18 PM.png

Awesome @WillowMobileSys  This โ˜๏ธ is why I love this community.  

I've no idea why this was turned off.  I know I didn't do it.  But it must have been turned off at the exact time I added the formula to the add button.

Top Labels in this Space