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! Go to 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"
User | Count |
---|---|
18 | |
13 | |
8 | |
4 | |
2 |