I have to pass a variable with decimals from power automate desktop to a powershell script, the problem is that PAD works decimals with comma and powershell works decimals with point, what can I do before passing the variable with the decimal number to powershell to convert the comma into a point?
Thank you very much for your time.