What are you trying to do?
Hello !
I am using the value of forms fields created with customizable components as dynamic values (to define visibility or send them through an integration).
I could not use the “default” form fields because of lack of options to make my form, therefore I cannot use a global “form value” to do it fast and I have to retrieve custom states one by one. And I have a lot of fields.
When I use the search of the data selector, it only shows results for states that already have a value. As my form is as expected empty to start, I have to browse the entire list or switch to code to select my form fields. Fortunately, the code editor helps me with autocomplete, but nevertheless it takes longer than if I could just select them from the search.
I guess I could define an initial value or preview value for each field to solve this, but this workaround would take even longer than using the code editor.
I see no reason why search results do not display any data/field that is in the list below, regardless of it being defined or not.
What are the reproduction steps?
- Add a form customizable component on a page
- Use a dynamic value anywhere in your page
- Try to retrieve the value in data selector with the search function
Relevant links:
