Hello,
I created an Dataverse table in which there are columns with numbers. So the column expects not a text value, it expects a number value. How do I patch a value of a field to this table?
Since there are no number controls in PowerApps I created a text control and want to patch the value to my datasource as a new entry. I created a button in which i put on the OnSelect control: Patch(AppData, Default(AppData),{numberValue: DataCardValue_1.Text}) which gives an error, because the column expects a number value. Any possible way?