Replace dot to comma
Status: Open · Asked by StevenG on · 0 views
From a system, I receive amounts such as, for example, 102,45. Pabbly converts this to 102.45. When I transfer the data via a webhook to Google Sheet, 102.45 is taken over. Google Sheet does not recognize this as an amount and therefore I want the 102,45 to be included in the webhook.
Concrete question: how can I replace the decimal sign " dot " with " comma "?
Hi @StevenG,
You can add a Text Formatter to your workflow to achieve this use case
Hi @ArshilAhmad, how could I have missed that? Thank you!