HTTP request getting Invalid request when running same API 2x in a row

Hi,
I am running an HTTP REquest, and when I run the flow, I get following error:

[

{

“html_attributions”: [

],

“results”: [

],

“status”: “INVALID_REQUEST”

}

]

But if I run manually the task, the Request works fine, any idea what could it be?
I have one HTTP Request running before and one after, and they both work fine all the time.
Thank you

Hello,

Please post your workflow or an example so people can help you

3 Likes

Hi,
I know, my apologies, I pushed the trigger too soon (due to external events) :laughing:.
I eventually fixed it. The API I am using has a 2 second delay, thus running it followed one by the other was creating an error in the second call :).