Conditional field relative to relationship data #320
Unanswered
AkashReddy-playy
asked this question in
Q&A
Replies: 1 comment
-
We used custom id's with conditional field. This workaround does resolve conditional fields with relationship field in some situations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
The current conditional field works fine with sibling data -- condition: (data, siblingData) => siblingData.category=== 'XYZ'
When used with relationship field I was hoping -- condition: (data, siblingData) => data?.category?.title === 'XYZ' results a null. Is it currently possible to have a conditional logic query the logic with an object value? or any workaround to achieve the same.
Beta Was this translation helpful? Give feedback.
All reactions