Skip to main content

Hi all,

I have a custom action that produces a JSON result that is way off the limits. 

What I get on the case wall is this: 

JSON Result

This field contains large amounts of data. Download File to see its content.

How can I access/download this file or access its content in my next action?

Thanks for any response!

Regards,
Boro

Boro,

 

This message means that the JSON is large and we opt not to render it on the screen, but it’s only for rendering the JSON result. You  can still access large JSON results in other actions and use them as needed. 

 

-mike


Hi Mike - thanks for replying.

Possible to point me in a direction, like which actions? 

I modified my script to save results in /tmp/ then get the files to base64 from there, but even that gives me files that are too big (250.000+ characters)


Hi Mike - never mind I figured out what you were trying to tell me.

Thanks for the help! Working now.


Reply