Hi everyone,
I am trying to figure out how can i get the token calculator activity works when i have (for exemple) a token value new_price = 20.25.
Total_amount=(%(new_price)-%(previous_price))*(%(quantity))
The Activity works well when the value is 20,25 but i get an error with the value including the dot separator.
I can't use the comma separator because i am passing the results to a csv file, so the comma will separate the single value in two columns at each ",".
Could you help to fix this please, any ideas?
Thank you in advance!