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?
You can use the Coalesce function around the Outputs('Compose') to substitute something if the Compose output is null.
Oups, I answered the wrong post, so I deleted it...
What to do if previous compose step is empty (this scenario can happen sometimes and then the flow says failed when i use the replace function) please help
my problem is similar!!!
For example;
input (text): 1 406 502
I want output: 1406502
My question: In the case of the 'power automate desktop' program, what functions and values do I need to use to get the output result?
Have you tried using a Replace which targets a space and replaces it with an empty string?
replace('Test ABC 123',' ', '')
WarrenBelz
146,776
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional