Hi,
if got a problem regarding a list of additional fields I need to display based on a single and a multi select custom field.
Current configuration:
Dynamic forms single select X with values (A, B, C, D, E)
Dynamic forms multi Select Y with values (A, B, C, D, E)
Custom fields A, B, C, D, E tied to the options of X and Y.
Based on the selection in field X and Y, the fields A, B, C, D, E need to be displayed.
The current problem is, that selecting value A in X, field A is shown. But selecting B in field Y hides field A and shows B and vice versa.
My favorite solution would be, to only show options in field Y that have not been selected in field X. That should probably also fix the problem with hiding fields. Any advice?