Create facebook post from wordpress site with featured image and multiple attached images

I have a scenario where I create a facebook post from a wordpress site with a featured image and multiple attached images. I have an aggregator that contains one element that is the featured image. I have another aggregator that contains an element for each attached images. I can either create the FB post with the featured image OR with the attached images, but I can’t figure out how to create the post with the featured image AND the attached images.

Here is the Aggregator that contains the featured image:

Here is the Aggregator with the attached images:

Here is my facebook post (configured to load the attached images)

Here is my blueprint:
blueprint (25).json (58.5 KB)

Any help would be greatly appreciated.

Thanks,
Harvey

Welcome to the Make community!

To do this, you can use the built-in function merge — “Merges two or more arrays into one array.”

{{ merge(array1; array2; ...) }}

For more information, the function’s documentation can be found in the Help Centre. You should also complete the tutorials in the Make Academy.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like