Hi, I’m new here and to Make.com. I’m a developer, and working with visual tools makes me feel uncomfortable, but I’m determined not to give up
I’m here because, after reading through documentation and watching tutorials, I still couldn’t find information about the absolute basics of this tool. Specifically, I’m struggling with managing a simple array.
Here’s my question: I’ve created an array of objects, and since I need to modify each of them, I set up an iterator, which in my “world” would be like a simple “for” loop. Inside the iterator, I used “createJson” and then “parseJson,” but despite trying countless different approaches, I haven’t had any success.
In the end, I used an “array aggregator,” which gave me this result—an array with my 3 items correctly created.
an array with my 3 items correctly created
After the aggregator, I added another “CreateJSON” step, sending the array from the “array aggregator,” which resulted in a JSON string:
Now, what I need to understand is how I can push another object into this array.
Basically, I want to know how to push an object into an array of objects and how to delete a specific item from an array.
Sorry if this question seems silly, but it feels like it’s easier to create an automation with an AI creating an auto publish in websites and social networks than to perform a simple push or pull into an array!
Any help would be greatly appreciated!