Hi Everyone,
How can I copy a cell for each rows in Excel and then paste in “Prompt” filed of new activity “UiPath GenAI Activities->Content Generation”.
I got many rows and I would like to generate the content for each rows.
Thanks a lot!!
Welcome to the community
- Use excel file - give excel file path
- For each roe in excel - use
Excel.Sheet("SheetName") - use generationa ctivity inside the loop with
currentrow("ColumnName").ToStringin prompt
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.