Please can you tell why workflow isn't executing; I have connected all files but something is not working, merge of titles and prompt is not working. Workflow link
Describe the problem/error/question
Please can you tell why workflow isn’t executing; I have connected all files but something is not working, merge of titles and prompt is not working. Workflow link
hey, that workflow link you shared is private to your n8n cloud instance so nobody else can actually see it to help debug. You’ll need to go into the workflow settings and hit Export, then paste the JSON here so we can take a look at what’s going on with your merge. Also if you can share what data is coming into the merge node from both branches that would help, sometimes the issue is one branch isn’t actually sending anything so the merge just sits there waiting.
System says new user cannot upload JSON files. but the image below shows my set up.
Here is the description of the task I am trying to do:
Build a workflow that copies a title from a document; merges the topic with preexisting prompts in a google doc; run the prompt on Google Gemini; and paste output in another document.
Titles source document is a google sheet; prompt is provided in google doc; output will be google doc and google sheet each output parameter from product name, and alphabet A to j serving as column header; and product category from source google sheet also appended in a column.
hey, from the screenshot it looks like your Merge node might be set to the wrong mode, if one input finishes before the other it’ll just wait forever. Try switching it to “Combine” mode with “Merge By Position” so it doesn’t block. Also worth clicking Test Step on the nodes before the merge to make sure both branches are actually outputting data, sometimes one side comes back empty and the merge has nothing to work with.
Hi @Charles.T_Adesina!
The workflow seems pretty straightforward and should be running just fine, make sure your Get Titles From Sheet at least output’s something as the merge node needs 2 inputs to merge in, although i am a little unclear about the error and actually in which node you are facing it, i recommend running your workflow and pinning all the data then copy pasting JSON in the preformatted text field, let us know if you are still facing that issue!