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 |
---|---|
133 | |
132 | |
95 | |
75 | |
74 |
User | Count |
---|---|
206 | |
195 | |
70 | |
60 | |
52 |