I'm trying to build a flow that will eventually return data from CRM based on a user query. All works well in my browser, but when I try to integrate in a Flow it fails. So I dropped the filter out of the equation and only went to select data from a OOB entity (accounts in this case).
When I test it, I get an error http 400 !!
HTTP REQUEST
HTTP RETURN CODE 400!!!
So, I added my next step right away, which is to provide a response back to the calling app of the body obtained in the first step..
If I test this, the flow doesn't even execute as I get a Bad Gateway error at the run popup window!
ADD RESPONSE IN FLOW
BADGATEWAY!!!!
help appreciated!