Hi
I'm trying to pull information out of our service desk plus cloud system (zoho manageengine) API using powerautomate http calls. When I try to pass JSON information into a GET to control how much info, the sort etc, Power Automate tells me I'm not allowed to do that. It works from Powershell or curl or whatever. "The provided 'Http' action inputs are not valid. A request body must not be included for 'GET' requests." is the error given.
I understand that you're not really supposed to pass information into GET requests, but I didn't write the API. Is there any way around this restriction in Power Automate? There isn't a post endpoint available for this.