Displaying input in Form Based on Condition from Related Table

Hi All,

I'm working on two tables: "Inspection" and "Action." The "Inspection" table has :
column [Action] referencing the "Action" table.
column [Image] where I want to display an image only when the related [Action]  [Action En] column is set to "Deadline."

Could someone assist me in constructing the appropriate Show_IF expression for the [Image] column to achieve this condition-based display?

Thank you in advance for your help!

Solved Solved
0 2 141
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @AbdullaNsour 

What about:

[Action].[Action En]="Deadline"

For reference:

Dereference expressions - AppSheet Help

 

View solution in original post

2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @AbdullaNsour 

What about:

[Action].[Action En]="Deadline"

For reference:

Dereference expressions - AppSheet Help

 

I used the expression exactly as you provided, but because I didn't add it correctly in my user interface (UX), I'm confused about why it isn't working as expected. hhh
My Bad

AbdullaNsour_1-1702891008561.png

Top Labels in this Space