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 ๐
Solved! Go to Solution.
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
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
How would you go about this if you wanted the values between << and >>
i.e. <<just this text>> would return just this text
First(Split(Last(Split("<<just this text>>", "<<")), ">>")), which will first extract "just this text>>" and then "just this text".
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
39 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
57 | |
22 | |
12 | |
11 | |
10 |