Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[1 / 1 / 1]

AI Prompt Workflow

No.1457024 View ViewReplyOriginalReport
>pic related
I need to expand some texts on a row in a .doc file by running it via an AI prompt and paste the results in a designated cell of a table in a new document file. I can do this manually but there's 200 rows. Do you know how I can streamline the process?

I have ChatGPT-4, but I heard Gemini and Claude are better for something like this. My guess would be this:
>Create a template table with labeled cells
>upload temple.doc and data.doc
>tell AI to expand the text from each rows from data.doc
>tell AI to use template.doc
>tell AI to paste the expanded text on the corresponding labeled cells in templace.doc
>tell AI to give me the output as output.doc

However, this results in only 1 finished page from 1 row. So, the challenge is how do the AI run through all rows in data.doc and making 1 page of each row, ideally all in only 1 prompt?