
Here is how the bot is supposed to work:
User inputs email, there is a lookup performed in the Dynamics CRM for their account using the email, if found, technical support options are offered that they can select from. But it won't get past step one, I had a similar problem a while ago and it turned out to be a connection issue due to the original creators password being changed. That was resolved, but now I'm having a very similar problem again:
Hi @zerou,
Just to double check. You mean in some instances the flow is responding with a HTTP 400 which is not expected?
Only thing I would setup differently would be the check for empty in your condition action.
Normally I use the length is equal to 0 method instead of the empty is equal to true approach. But that is just a personal preference 😁