Hi all
I'm building an application in Powerapps that uses an API, the request will confirm if the input user already exists.
Basically everything is working, but the condition is not...
The API respond if a user does not exists:
body: []
If the API respond with a full json if the user exists
My flow condition is like: If body contains variable"email@contoso.com"
But he is not detecting the variable "email" in the JSON response, I even added LESS THAN 3
to separate the true or false, because if the user does not exists the response from the API is "[]"

Any tips?
Thank you alll