Hiding Action Buttons in Card View

Mike_T
New Member

Can’t figure out why the Action button isn’t showing when the expression evaluates to True:

AND(IN([Session_ID], SELECT(CheckINOUT[Session_ID], [Owner Email] = USEREMAIL())),IN([Session_ID], SELECT(CheckINOUT[Session_ID], [Engine Hours] = “”)))


Shows up fine when I only use the first part of the AND.

I’ve got two forms and two actions.
First Action is LINKTOFORM, creates a record and completes 10 columns. I want to hide this once the user completes once. Am using:
NOT(
IN([Session_ID], SELECT(CheckINOUT[Session_ID], [Owner Email] = USEREMAIL()))
)

to accomplish this.

Now I want my second Action (LINKTOROW) to show which it does when I just use this:
IN([Session_ID], SELECT(CheckINOUT[Session_ID], [Owner Email] = USEREMAIL()))

How do I hide it once the user completes this one?

0 0 312
0 REPLIES 0
Top Labels in this Space