Hi Mike Wong,
Thank you for posting query in Microsoft Q&A Platform.
Above, is expected behavior. In Pipeline at this movement there is no function available which can convert your string into expressions. So ADF always treats it as string not as expression.
You can consider below workarounds if they suits to your needs.
- In Mapping data flows, there is a function called
expr()
which can convert strings to expressions. Click here to know more. You can consider using mapping dataflows if that works for you.
OR
- Try to build your string completely with values before using in API, so that you can directly use them in URL in API call.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.