Limit in memory?

Hi there,
with an API call I retrieve around 1MB of JSON. Is this something I can handle in an automation, to extract the relevant data - before I save it into a space limited variable / field?

@dirk_s

Simply put yes.

I generated a 1 MB JSON file by getting some note details from Supernotes:

I then sent the contents of the file to tape via a webhook I was then able to extract all the note IDs into an Array:

However, I think that your issue (if you have one) will come later depending on what you want to do with the data.

2 Likes