When you edit the dynamic value, there’s some documentation at the bottom that show the expected values. In your case, you’re returning an array of strings, but you need to return an array of objects with value and label fields.
Now, for a more intricate problem :
This Select is part of a form.
Whenever I submit the form, all fields have a Field Key so that I can use an integration.
But It does not seem possible to assign a field key to a ‘Select’ component within my form …
Any smart way of doing this ?
You may spot a couple of things :
On the right part, in light blue, I have the form. Submit Button is not used.
The working Button is the one below (‘Raw avec Form Values’)
As mentionned, the form fields have a key value, but not the ‘Select’ component
Last : the form has 3 values (3 fields ‘nom’, ‘tel’, ‘date’).
However, the datapicker does only show 2 of them … But correctly posts 3 values when used in an integration (see aforementionned button).
The key is defined by a “Form Field” component. Please create a new “Form Field” element and move the “Select” into its “children” slot (similar to your other fields like nom, tel, date).
Blank inputs may not show a value in the form value. If you are in interactive mode and set a date, you’ll be able to see the date.