Hi,
We are in final testing for a new Product. I need to be able to do the following in Logic App. I need to remove the wellez93 or any other characters after the Products/ (it can be any number of characters):
"url": "https://app-messagingservices-dev.azurewebsites.net/api/v1.0/Products/wellez93"
so that we end up with
https://app-messagingservices-dev.azurewebsites.net/api/v1.0/Products/
Can anyone please help? I have spent hours on this.
Thanks!
Mike
Solved! Go to Solution.
Hi!
Try with this expression
concat(first(split('https://app-messagingservices-dev.azurewebsites.net/api/v1.0/Products/wellez93','Products/')),'Products/')
Just need to replace
'https://app-messagingservices-dev.azurewebsites.net/api/v1.0/Products/wellez93'
and add whatever output the URL is currently stored
Hope this helps
Proud to be a Flownaut!
Hi!
Try with this expression
concat(first(split('https://app-messagingservices-dev.azurewebsites.net/api/v1.0/Products/wellez93','Products/')),'Products/')
Just need to replace
'https://app-messagingservices-dev.azurewebsites.net/api/v1.0/Products/wellez93'
and add whatever output the URL is currently stored
Hope this helps
Proud to be a Flownaut!
Wow, that was fast! I had a question in the MSDN Forums for days...
Thanks so much! Let me try it now.
Mike
I'm totally amazed!! It works!! an I spent hours trying to figure it out 🙂
I can't tell you how much I appreciate this!
Thanks!
Mike Kiser
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
39 | |
36 | |
34 | |
32 | |
27 |
User | Count |
---|---|
43 | |
37 | |
33 | |
24 | |
22 |