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!

Hi @AbdullaNsour

What about:

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

For reference:

Dereference expressions - AppSheet Help

1 Like

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

1 Like