Question

Append to existing json file

  • 7 September 2021
  • 1 reply
  • 130 views

Userlevel 3
Badge +1

Hi all,

Basically my question is the title -- is there a way with Zapier to add new arrays to an existing json file (which is on Dropbox)?

What I’m trying to accomplish is our own custom “link in bio” page where we link every Instagram post to an existing article on our site. In Zapier we build the array with “New post on Instagram” and some custom data. We need to add (preferably prepend) this array to our existing json feed (instafeed.json). 

I can’t seem to find a way to output/append/prepend to json, only mangle incoming json.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Userlevel 7
Badge +9

Hi @jphorn 

I’d suggest that you use a code step, Python or JS, to add additional contents to a json file.