The workflow does what it’s supposed to do, except the final node returns two identical items whereas I need only one.
I suspect it’s a branching issue. I’d be very grateful if you can help me!
Hi @nathan2 can you send your workflow? Or the relevant snippet?
You can use merge node and Markdown node for your needs.
Here is the workflow
Also, you can remove the Markdown node if you want pure HTML instead of my converted HTML to Markdown text
Now I see, I had to insert a merge node in between! Thank you!
You’re welcome mate!