Hey,
Sorry guys I’m starting with uipath and I need your help!
I need to create an excel for each and every row that I have in my csv from data scraping and I need to insert an image (the first image that comes up from google) in the same excel file. This is what I have so Far but I don’t think this is good.Main.xaml
Welcome @Shirley_Lemus!
Can Do! Would you mind re-uploading the xaml file? I can’t access it from google drive. Just drag the xaml file into the text editor to add it. You can also paste pictures directly into the text editor (great for sharing screenshots!)
Hi,
The Write Line activity will write a message to the output section, useful sometimes for debugging. What you want to do instead, is the write range activity. This can write the datatable to the spreadsheet directly. Please see xaml attached.
Main.xaml (8.9 KB)
1 Like
Thank you sooo very much!
Do you know if there is a way to just write the first row?