
Announcements
Hello,
I am new here and today I designed my first flow 💪
Unfortunately it sometimes throws unexpected errors:
{
"statusCode": 400,
"headers": {
"Cache-Control": "no-cache",
"x-ms-service-request-id": "......",
"Set-Cookie": ".........",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"REQ_ID": ".........",
"CRM.ServiceId": "framework",
"AuthActivityId": "........",
"mise-correlation-id": "......",
"X-Content-Type-Options": "nosniff",
"X-Source": "...........",
"Public": "OPTIONS,GET,HEAD,POST",
"Date": "Mon, 05 Feb 2024 14:20:57 GMT",
"Allow": "OPTIONS,GET,HEAD,POST",
"Content-Type": "application/json; charset=utf-8",
"Expires": "-1",
"Content-Length": "340"
},
"body": {
"querycontext": null,
"error": {
"code": "SearchableEntityNotFound",
"message": "No entities were found to be searchable. Please make sure that you have at least one entity selected. Please see this link for more details: https://go.microsoft.com/fwlink/?linkid=2154384"
},
"value": null,
"totalrecordcount": 0
}
}
I haven't found any option to control whether zero results is allowed or not.
What am I doing wrong?
Best Regards and thanks a lot for each hint
Peter