Hide action in parent table basis the value in child table

I have a parent table by the name of service booking with the action "Send Feedback". I want this action to be visible to the user only when, the status field of all the child records is equal to "Checked Out".

Please assist on the same.

Solved Solved
0 6 144
1 ACCEPTED SOLUTION

In the parent table "service booking" , you should have a system generated reverse reference column titled something like [Related Child_Tables] where "Child_Table" is the name of the child table.

In the "Send Feedback" action's condition setting , please enter an expression something like 

ISBLANK([Related Child_Tables][Status] -LIST("Checked Out"))

Where [Status] is the column in the "Child-table"

View solution in original post

6 REPLIES 6
Top Labels in this Space