You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an use case where a document has a "Type" field. If the type is A, then field X is required. If the type is B, then field X becomes optional but field Y is required.
Is this possible in the current implementation? If not, is there any plan to add this feature?