If I am trying to download a file (.png in this case) from a url, I have to refresh the builder. Even though I receive the status code, the data is not usable after reloading the builder.
Here you can see a video of the problem.
If I am trying to download a file (.png in this case) from a url, I have to refresh the builder. Even though I receive the status code, the data is not usable after reloading the builder.
Here you can see a video of the problem.
Hi @Davush
Sorry to hear that, What is size (how many characters) of the http response?
Its at least over 7000 (the rest is truncated).
Hi,
Does the test flow work (not test step)? The sample data is stored inside the flow JSON, and the maximum size is 4 MB, including the sample data size. I believe we hit that case here.
As a workaround, I suggest using a code snippet and only making it return the data you need. Let me reflect on how to make this case work.
Thank you,
Mo.