What are you trying to achieve?
I am trying to run a scenario where I evaluate the sales of various products across different store locations.
I have so many issues with it, I don’t even know where to start.
My inputs are:
A) the product code. Product codes are listed in a Google Sheet.
B) one .docx file per store location. These are files already saved and are static.
C) one .docx file and two .cvs files. These contain dynamic information about each product.
A, B and C should be fed into ChatGPT for analysis.
My questions:
-
How do I feed the multiple files of A, B and C into ChatGPT? It seems that a router cannot have multiple connections coming in.
-
The files in C: the .docx is an outcome from ChatGPT and the two .cvs are outcomes from ran python codes. How do I automate the production of these files for each of the product codes in A? Is there a trigger that I can put in place to make sure I produce the files in C for all product codes in A every time I run the scenario?
-
After all that is done, how do I run the whole scenario for every store location (in B above)? I would like to avoid creating a new scenario per location. Does it make sense to create a Google Sheet with 2 columns, one column with a list of all product codes and a second column with the name of the first location. Underneath, all product codes again and the name of the second location, etc until all locations are cross referenced with each product code? Would I be able to have the scenario automatically pull A and B based on this Google Sheet list?
Anyone who made it through this whole post is a hero!
Steps taken so far
Went through explanation videos and read through community posts.