HI Community,
I have a flow that reads numbers that are in a spreadsheet and stores them in variables, the numbers are as an example:
Ex: 10.562,56; 100.465,26; 5.152,65; 94.654,03
I use the "Read from excel spreadsheet" action to read the cell that is this number, the problem is that when it reads it deletes the "." appending in the variable as 10564.32; 100465,26; 5152,65; 94654,03
The problem is that this "." is fundamental to what I want to do. Does anyone have any suggestions?