Hiya!
My app (form) is connected to an SQL database. I use dropdown for a column (data type: varchar(5) ) with a simple Yes/No with the following settings:
Unfortunately I cannot submit the entered data as I get the following error message:
Could anyone please help how to tackle this?
Thanks,
Tamás
Hi Gellai_Tamas,
Please show me more details to help reproduce this issue on my side.
From the screenshot, it seems that you have set the Dropdown control’s Items property as [“Yes”,”No”]. And you want to submit the data to the table.
Could you show me the code you are using which returns the error message?
Best regards,
Mabel Mao
Hi @v-yamao-msft,
Exactly: Items property is ["Yes", No"] and I want to submit data to a table.
These are the property settings:
So it looks like it must be the AllowedValues property. Maybe I should empty it?
Thanks,
Tamás
User | Count |
---|---|
140 | |
136 | |
77 | |
76 | |
69 |
User | Count |
---|---|
224 | |
186 | |
68 | |
64 | |
57 |