Help needed to make a workflow

hello, i want to make a workflow that takes an product descriptionfrom a sheet, searches for it , gets the relevant image and then extract its url, then paste that url in the same sheet at relevant coloumn. how to do it. any help will be appreciated. Thanks

flow is like this: first it reads the list, then picks one item at a time, searches for it on google and finally pastes the url back to the sheet. or you can use google appscript

1 Like

i am a beginner in this respect can u please specify which nodes to use

When you mentioned ‘sheet’, I assumed you meant Google Sheets, so I would use these nodes: Google Sheets (Get Rows) > SplitInBatches > Google Search > Google Sheets (Update Row

1 Like

There might be some additional steps required in the process,I apologize if my wording is hard to understand, it is a bit difficult to explain via text

1 Like

no problem. u righfully assumed google sheets. what i really want to understand is which node and service to use to search a product . that node also should return that searched images url so that i can use it later.