Hello! I am using flow's HTTP action to call the FreshDesk API. The results returned are an array, but it looks like they don't fit the schema PA wants. Instead of the array being called "values", it's named "results".
I set the Link header and turned on pagination. The link, if pasted into a browser, works perfectly. However, when I run it, I get this error:
"The response is not a valid paginated response. The paginated response is missing a property 'value' of type array."
I tried turning off pagination, and it made no difference.
Alternatively, there is another way to phrase the query that won't wrap the results in a named array at all, and just returns the results one after the other. Doesn't solve this problem, but may be useful information