Hi Community,
I have the next issue, in SharePoint exist a fields with the Percentage type

Then in Power Apps the field is pointed to the percentage from SharePoint, I use the next formula to see it at the correct number from the source
Text(Value(varStatusReport.Milestone1Percentage)*100,"#%")
and the field looks good (at this point)

but, when I tried to update or create a new record, the field change, look

Any ideas how this happened?
This is the code I used in the Patch
Milestone1Percentage: Value(txt_Milestone1Percentage.Text),
thank for all the support.
Kind regards 👋