Notifications
Announcements
Hi, I am very new to PowerApps and I am trying to understand how it works.
I am therefore tying to implement the example described here Use formulas to perform calculations - Learn | Microsoft Docs but I have two issues:
1) I don't find "TextInput" therefore I used "TextBox" (I hope is the same)
2) The sum gives me an error and doesn't work (see attach
Can you please help me?
Hi @agneseb ,
1. Yes, as I saw in your picture you choose the right controls. For a better user experience, select your TextBox2/TextBox3 and set the format to number:
2. You need to refer to the Text property of the TextBox2 and TextBox3 controls and because this values are store as text you need to convert it to number. So the formula you looking for is:
Text(Value(TextBox2.Text)*Value(TextBox3.Text),"@#,###0.00")
Hope it helps !
Hi and thanks for your answer. Unfortunately it doesn't work
1. I can't find the Format properties, all I see in the properties is this
I also tried to looked at the advanced but there is nothing.
2. I tied also to put this formula, but I get still errors
I guess the issue is on point 1 or on the fact that I use a TextBox instead of an InputBox, but InputBox is not available in my inputs
😫
hi @agneseb
The Sum function either sum the values in a column or list of numbers. looks like you are mixing the two a bit.
In your example Value(Textbox1.Text) * Value(Textbox2.text) will provide an answer the function will look like:
Text(Sum(Value(Textbox1.Text) * Value(Textbox2.text),"[$-en-US]#,###")
Text(Value(Textbox1.Text) * Value(Textbox2.text),"[$-en-US]#,###") - notice no sum as per @GABI1 reply
Hope this helps
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268