March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have been working today with pipelines and Jibble API , this seems to be working find and pagination sorted etc. Challenge is if I use any of the parameters e.g. $orderby=time asc or $filter=(belongsToDate gt 2024-09-01) then it fails, this seems to be the commonality as all of the other parameters work and when testing in a Dataflow or other it's fine. It seems to be to do with the Relative URL and including query parameters with spaces in the data.
If this is a bug then, do we have a workaround? If it is something that I am doing incorrectly then it would be great to know what. I have also tried encoding (%20) or even double encoding (%2520) which does not work.
Object Definition:
Error Message:
Rest call failed with server error, status code 500 InternalServerError, please check your activity settings and remote server issues.
Request URL: https://time-tracking.prod.jibble.io/v1/TimeEntries?$count=true&$expand=person&$filter=(belongsToDat....
Response: {"error":{"code":"202409121855093b8f38731446d07849","message":"Something went wrong"}}
Solved! Go to Solution.
Don't you need to provide the date in ISO-8601 format?
Does the call work in Postman?
Don't you need to provide the date in ISO-8601 format?
Does the call work in Postman?
Thanks, I was thinking that it would work in postman because it was working in Power Query, but it didn't. I was changing various items and it seems the combination of filter / sorting with a page size lower than 119 made the call fail. I have raised this with Jibble and increased the page size to work around the issue.
Thanks for prompting, it seemed to correlate with the spaces in the parameters being added but it seems because these were two server processing parameters, this was part of the issue when combined with page size or $top.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 |
User | Count |
---|---|
13 | |
7 | |
7 | |
5 | |
4 |