I have string have value "[113] this is testing string". i need to convert it "this is testing string". I tried compose action with substring using Indexof. But unfortunately it doesn't work for me. Any help woulf be appreciated 🙂
Need to Extract string between words ,
example like word
Case "" please in between these words i am extracting the string problem is extract string contains word "case "
Hello,
I'm about to create a workflow using power automate, i use the french version.
i have a issue, i can't find the trigger compose to recover a file that a catch with microsoft form.
could someone please help me...
thanks
First(Split(Last(Split("<<just this text>>", "<<")), ">>")), which will first extract "just this text>>" and then "just this text".
How would you go about this if you wanted the values between << and >>
i.e. <<just this text>> would return just this text
Hi @Harry_G,
I have made a test on my side, please refer to screenshot below to create the flow:
The expression in the Compose 2 as below:
substring(outputs('Compose'),6,22)
And you could also enter the expression below in the Compose 2:
last(split(outputs('Compose'),'[113] '))
The flow would run successfully as below:
Best regards,
Alice
WarrenBelz
146,731
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,075
Most Valuable Professional