Hello Community,
I'm parsing a table out from a mail with power automate. I just need to get the last item of the table. I managed to get this specific row and manage do store it into a variable.
But i failed to convert it to integer.
My data can takes several forms like : 480 000 or just 0 or -0,03 or 452 000,23.
All i want is to convert the string into integer in order to make some logical test with the data after.
Today i have error when compose data with int() formula.