Hi everyone,
I am creating images with Placid to create a weekly social media carousel post (1 image is the cover, the rest is the stack of events)
I have two Placid modules (1 for cover, 1 for event stack)
I am having a hard time joining them into a array bundle to post to IG.
Stack of Events:
I need to add the image URL to this array at the beginning to put it on the top.
To do this, you can use the built-in function:
- merge
merge(array1; array2; ...)
The function may have also been covered in the Make Academy tutorials — refer to the Make Academy Course Overview for more info.
Here’s an example of how you can use the function:
{{ merge(array1; array2; ...) }}
(copy-paste the above into the field, or type it exactly as shown)
Hope this helps! Let me know if there are any further questions or issues.
— @samliew