How to make two router paths join back to the same JSON module?


Hello
I just start using this tool. I want to create a tool that can read the resume in my mail box and update the candidate’s data to google sheet. I set two Gemini AI model to deal my email content, one for text content, another for HTML content. Is there any way I can link this two model with same JSON model? I tried but system won’t allow me.

Hey Joey,

the HTML and text contents should be identical, why are you processing both?

Also if you need both outputs, then you don’t need the router, just have the two modules one after the other.

2 Likes

Welcome to the Make community!

I would simply delete the bottom path. Passing raw HTML is not as suitable for AI processing compared to the text content.

1 Like

Hi Stoyan

I think the application letter from candidate may be pure text or html content, so I set a router to split the flow. Let each Gemini model deal specific content. I never thought about put two Gemini model on the same route. I will try it. Thanks.