Hi currently I have a field from data verse which stores the account name, I need spaces to be removed from the account name so i can use it for a URL I'm trying to construct.
For example ;
Account name = "Test ABC 123"
I would need the output to be "TestABC123"
Can any one help?