Hey community
I’m building a workflow where:
- A Hugging Face model generates an image.
- An AI model (like OpenAI) creates a caption.
- I want to post both image + caption together on Instagram using n8n.
I tried using the Merge node but had issues with the image URL and text joining properly.
Is there a better way — like using a Set node or Function node — to prepare the content before sending it to the Instagram node?
Any example or tips would be greatly appreciated
Thanks in advance!