Hi - I am slightly at a loss for a good workflow design for the following problem. I set up a flow that watches a folder and when something is posted there, I ask Gemini to determine what kind of file is being put into the drive. This works really well - here is the result. As you can see, Gemini was able to determine what was uploaded.
I am lost for next steps. I want to create a flow where depending on the file type, I want Gemini to split off processing to another Gemini module to do some additional work. How do I add conditionals or set parameters to continue the flow? Will I have to create a custom module?
In my scenario, Gemini would figure out the type of file that was uploaded and based on that type of file it would be asked to do something different as the next step. This glue is what is missing in my design, I don’t know if I can use existing modules or whether I need to write my own.
Thank you!!