I’ve been trying to use the built in URLSegements of the HTTP Request activity instead of having to assemble the URL beforehand.
In the wizard, the preview URL correctly takes my URL Segment, but in preview or when actually using the activity, it doesn’t replace the segment (see screenshots) .
@T0Bi you’re not doing anything wrong, it’s a bug. The UrlSegments placeholders only get changed when they’re NOT part of the querystring (hence the trailing slash /), which is wrong in my opinion. I’ve filed a bug report for that and we will see when we will be able to tackle it.