Announcements
Hello together,
I'm trying to patch a collection in a SharePoint list, but I get the following error message:
the type of this argument does not match the expected type "number". found type "text"In Sharepoint i have the column "Test" and this is a number column!In Powerapps i definded "Test" as Number as well: Textformat.NumberIn the patch i do this: Test: Test.Text;because i dont find a way like this: Test: Test.Number;The Problem is weird because sometimes it works and an other day not.How i can solve this Problem for sure?Thank you.
Hi @Anonymous
Instead of Test: Test.Text, I would try Test: Value(Test.Text)
The Value function converts a text value to a numeric value, so hopefully that will resolve your problem.
Hi@timl thank you very much. It works 🙂
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 542 Most Valuable Professional
Haque 206
Kalathiya 201 Super User 2026 Season 1