Hi,
I'm trying to query the InfluxDB database by API request using the Invoke web service, but without success.
I can read some general information for example the name of the users, but I can't send a query.
I think the problem is the way I am passing the query, as authorization by token is fine, this is necessary to access users.
I'm putting the query in the Request body but I don't know if it's correct. I've already been able to do the query via postman and power bi without a problem, but I can't do it here in power automate desktop.
Can anyone help me?
Problem solved!
To solve the problem I just had to deactivate the option: Encode request body.
Thanks