Hi,
maybe a very simple problem, but I don't get it until now...
I am determining the pH-value (pH), conductivity (LF) etc. of water. So I'd like to "collect" all the results to my SharePoint-list "AP_Messdaten" and also showing the results in the lower "data table". My text input controls ("pH", "LF", "AbSt") are defined as data type "number", the text input control "Labornummer" is defined as text (also in the SharePoint-list).

The Button "Sammeln" is defined as: OnSelect --> Collect(AP_Messdaten;{Titel: Eingabe_Labornummer.Text; pH: Eingabe_pHWert.Number; LF: Eingabe_LF25.Number; AbSt: Eingabe_Absetzbare.Number; Datum: Eingabe_Datum.SelectedDate})
I have 2 problems:
a) I get the Issue message: Incompatible type: the column in the data source you are updating expects the type "number" and you are using the type "error".
b) The value of "Eingabe_Labornummer" (text, in this case: 230001/001) is shown in the first (title-)column in my SharePoint-list, but not in the data table...

thx for help