Text Formatter in Pabbly
Status: Closed · Asked by gjpab on · 0 views
I need a string output from a company name - whose format can be like 'ABC Ltd.', 'ABC Limited', 'ABC Corp. Limited'
Basically to remove the special characters such as a period and {{space}} and concatenate the resultant strings.
However this doesn't seem to be possible with the 'Text Formatter by Pabbly' app as there's no relevant Action Event presently.
I was able to split the text into strings, but that's it - there's no way to join them in Actions.
How would you achieve this?
I was able to split the text into strings, but that's it - there's no way to join them in Actions.
You can use the "Number Formatter" action step in your workflow to concatenate the strings.

Sorted now. Thanks.