Rows in Excel cell to Open AI Prompt filed

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!!

@tombillydavid3

Welcome to the community

  1. Use excel file - give excel file path
  2. For each roe in excel - use Excel.Sheet("SheetName")
  3. use generationa ctivity inside the loop with currentrow("ColumnName").ToString in prompt

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.