I have added the control on a quick create form, with [custom text] set to "{new_myfield}". At first the dropdown renders fine with all the items; however after selecting a value from the list, the text shown is "--thenameofthisrecord--" ( format = "--" & {new_name} & "--" ). Also the dropdown now shows only "--Select--" as options. When selecting this "--Select--" option, the other (correctly formated) values appear again...
step 1, before selecting anything:

step 2: selected something:

step 3: showing the items again after selecting something

step 4: selecting "--Select--"

... back to step 1
In the end, the selected data is submitted correctly... so it is only a matter of the visualisation thas goes wrong...
I have added the control on a quick create form, with [custom text] set to "{new_myfield}". At first the dropdown renders fine with all the items; however after selecting a value from the list, the text shown is "--thenameofthisrecord--" ( format = "--" & {new_name} & "--" ). Also the dropdown now shows only "--Select--" as options. When selecting this "--Select--" option, the other (correctly formated) values appear again...
step 1, before selecting anything:




step 2: selected something:
step 3: showing the items again after selecting something
step 4: selecting "--Select--"
... back to step 1
In the end, the selected data is submitted correctly... so it is only a matter of the visualisation thas goes wrong...