Hello, I am still a newbie in PowerApps and encountered some problems while creating an app. I had a Text Input Box to allow user to input an amount and when the user click a button, it will patch the amount into an excel data file.
The amount is generally stored as number format in the excel file. However, i noticed that when the total number of digits including decimals exceed 9, the number will be stored as text instead.
Can i check whether is there any method to ensure that the amount will be stored as number format in excel no matter how many decimal places are there?
Solved! Go to Solution.
Hi @jackyyong ,
Based on the needs that you mentioned, I afraid that there is no way to achieve your needs in PowerApps directly, this issue is related to Excel itself.
As an fixed solution, you could consider change the format the "Amount" column in your Excel table as below:
Select the Amount column in your Excel table, then expand the number Format Dropdown box, choose "More Number Formats..." option, then select Number, change the Decimal Places into a proper value.
Note: Please make sure you have formatted the Amount column as Number type already in your Excel table before your create your canvas app.
If the issue still exists, please consider generate a new app based on your Excel table, then try it again, check if the issue is solved.
Note: If you have formatted the "Amount" column as Number type before generating canvas app, after you generated your app based on your Excel table, the Amount field Text Box would be formatted as Number Text Box as below:
force you entering number value within the Text Input Box.
Best regards,
Hi @jackyyong ,
Based on the needs that you mentioned, I afraid that there is no way to achieve your needs in PowerApps directly, this issue is related to Excel itself.
As an fixed solution, you could consider change the format the "Amount" column in your Excel table as below:
Select the Amount column in your Excel table, then expand the number Format Dropdown box, choose "More Number Formats..." option, then select Number, change the Decimal Places into a proper value.
Note: Please make sure you have formatted the Amount column as Number type already in your Excel table before your create your canvas app.
If the issue still exists, please consider generate a new app based on your Excel table, then try it again, check if the issue is solved.
Note: If you have formatted the "Amount" column as Number type before generating canvas app, after you generated your app based on your Excel table, the Amount field Text Box would be formatted as Number Text Box as below:
force you entering number value within the Text Input Box.
Best regards,
User | Count |
---|---|
254 | |
250 | |
82 | |
44 | |
27 |
User | Count |
---|---|
343 | |
266 | |
126 | |
61 | |
58 |