We are unable to use pagination in our flows connecting to our REST API. This appears to be due to the difference in acceptable pagination schema between Power Automate and our REST API schema.
https://github.com/MicrosoftDocs/azure-docs/issues/30744
We have all of the needed information, but the schema does not match what is expected so the pagination setting does not work in our case.
The HTTP Action has a pagination setting to aggregate pagination data, but it requires a specific implementation of a pagination continuation token that our REST API does not support. When we try to use the pagination setting, we receive the below error.
error - "InvalidPageResponse. The response is not a valid paginated response. The paginated response is missing a property 'value' of type array.
Is there a solution/workaround for this sitution?