Bug Summary
When building a field condition, its not possible to reference an existing field in my schema and can only be created with new fields.
Steps to Reporduce
- Create a Enum field,
- key: isHungry,
- description: Are you hungry?
- values: Yes, No
- Add a String type
- key: meal
- description: What will you order?
- Add a condition (to either the enum or string) try to create a condition that shows the
meal field when isHungry is 'Yes`. There is no option to reference existing fields, only to create a new field or choose a sub-schema
Expected Result
Abiltity to choose an existing field (or subschema) from the dropdown.
Actual Result
Can only create new fields and select defined sub-schemas
Artifacts
https://www.loom.com/share/2dac7a79bf214beba9fd695d9fe54e2b
Related
#6805
Bug Summary
When building a field condition, its not possible to reference an existing field in my schema and can only be created with new fields.
Steps to Reporduce
mealfield whenisHungryis 'Yes`. There is no option to reference existing fields, only to create a new field or choose a sub-schemaExpected Result
Abiltity to choose an existing field (or subschema) from the dropdown.
Actual Result
Can only create new fields and select defined sub-schemas
Artifacts
https://www.loom.com/share/2dac7a79bf214beba9fd695d9fe54e2b
Related
#6805