Hi, I am building a standard chatflow that queries RAG+qdrant and responds. My idea is to make the workflow available for > 1 websites. When the chat message is received, i check from the client’s snippet, the website it is comming from. Then with google sheet I find the qdrant collection it needs to query. I can not parse this dynamic json after the AI Agent Tool to RAG and further to the Qdrant Vector Store as they don’t allow any merge node to be placed inbetween them. Any help would be appreciated.