Announcements
Hi,
I have a list columns are string type (Component are like 58,34 ; 45,3 )I have to add them together. Whenever I transfrom string to float It will become like 5834 and 453 how can I fix that?
This indicates a mismatch with decimal seperators. Either replace , with . in your source or include that in an expression replace(yourstring, ',','.')
Hi @zbegumdost,
Do you want to convert a string number into a float number?
I think the key to your issue is the delimeter you used is a comma, you could firstly replace the "," comma with the dot ".".
Please try as below:
float(replace(items('Apply_to_each_2')?['Column'],',','.'))
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.
Vish WR 997
Valantis 810
Haque 642