Hello everyone,
I'm building my first power apps and using button to pickup all information from Collection to sharepoint list...but I got the error like the picture below and cannot finish my action. I try to change the type of "order quantity" from Text to Number, but it's still not working ( I'm using Textinput with "TextFormat.Number"). When I remove "order quantity" out of my button code, it works as normal.
Do you have a experience about that? Could you share me the solution to handle this error?
Solved! Go to Solution.
Try this:
'Order Quantity': TextInput1.Text
Or
'Order Quantity': Value(TextInput1.Text)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Try this:
'Order Quantity': TextInput1.Text
Or
'Order Quantity': Value(TextInput1.Text)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thanks, the code: 'order Quantity': Value(Textinput1.Text) works for me....I tried "order quantity": Textinput1.Text before but it's error. Actually, in another situation I usually use Texinput1.Text and it process successfully
Thank again!
User | Count |
---|---|
256 | |
106 | |
85 | |
51 | |
43 |