HTTP REQUEST timed out

Hello guys. Im doing an HTTP request call, that should give me quite a lot of data (When deserialized to Data table, 2000 rows with 30 collumns.). When I try to test it with debug mode, i get an error HTTP Request: The operation has timed out. Is it possible to do something over it? Thanks :slight_smile:

Hi @Povilas_Jonikas

You can put true in continueonerror property.

Regards,

1 Like

Oh, okay. But will I still get the response tho?

EDIT: I dont get the things that im calling for if I put Continue On error - True.
For the workflow to work, I need to get the data that Im calling for

@Povilas_Jonikas
Did you try after increase timeout in property.
I think activity time out before fetching huge data. for that you need to increase it.

1 Like

@Povilas_Jonikas
When we put continue on error it will skip the activity on Error and go to process after that activity.
you will not get data on error case.

Yes, wanted to write it myself, but this is the solution I was looking for :slight_smile: Thanks a lot guys! :slight_smile:

1 Like

@Povilas_Jonikas Welcome. Happy Automation.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.