Flow Designer > Flow Action > REST STEP > Query Parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 12:14 PM - edited 03-29-2024 08:25 AM
Hello All,
I have an issue with flow action's REST STEP and I'm wondering if anyone else out there has the same problem.
The API im using requires a query parameter value with white spaces
e.g. ?$filter=criteria/targetUserID eq '{userIDValue}'
the REST STEP runtime value appears correct, however, the result received from the endpoint contains the white space between eq and '{userIDValue}' completely removed.
The first white space is present, but for some reason the second white space is removed. I'm not sure why the REST STEP is doing this. It has to be some behind the scenes processing.
Note: i've tried %20, scripting query parameter, encoding, etc. nothing works.
Scripting the REST step from scratch works perfectly fine!
I'm on Vancouver Patch 6.
Please someone help!