web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Collecting Input numbers
Power Apps
Answered

Collecting Input numbers

(0) ShareShare
ReportReport
Posted on by 57

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).

AndreasHoeppi_1-1690294128054.png

 

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...

AndreasHoeppi_2-1690294827965.png

 

thx for help

 

Categories:
I have the same question (0)
  • Verified answer
    timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    Hi @AndreasHoeppi 

    This would be the correct syntax to use:

    Collect(AP_Messdaten;
     {Titel: Eingabe_Labornummer.Text; 
     pH: Value(Eingabe_pHWert.Text); 
     LF: Value(Eingabe_LF25.Text); 
     AbSt: Value(Eingabe_Absetzbare.Text); 
     Datum: Eingabe_Datum.SelectedDate}
    )
  • AndreasHoeppi Profile Picture
    57 on at

    Thanks timl, my first problem is solved.

     

    In the data table are shown all my values except the value "Labornummer", which is shown in my SharePoint-list:

     

    AndreasHoeppi_4-1690346606184.png

     

     

    AndreasHoeppi_1-1690346268938.png

     

    The card has this codes:

    AndreasHoeppi_2-1690346387839.png

     

    and the Column "Labornummer" in the data table has this codes:

    AndreasHoeppi_3-1690346439664.png

     

     

    why is the value of 1 not shown in my data table column "Labornummer"?

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard