File Download terminates the action

Hi guys, @George or @Teodor

i need some help. On the server side, when I run an action, it stops after the “file download” step.
I can not figure out why. Attached a screenshot. Steps after the “file download” step aren’t executed. It works fine until this step, download is starting but that’s all.

Have you checked:

Yes, but no errors. Status 200

Hm, but I see a file download on your screenshot? Bottom left - the csv displayed?

Yes, file downloaded, it’s ok. The problem is that if i try to do anything after the file download step it doesn’t work. Like if the remaining steps wouldn’t exists in the action :man_shrugging:t2:.

Actually the file download action is a final action, you can’t execute anything after it.

This has to do with sending out the output. You can’t send anything else after a binary file.

So just make sure it is a final action.

2 Likes