Hi @QuestC
Tested this flow and ran as desired:
1. 'Launch Excel' and open the workbook containing your product numbers
2. 'Get first free column/row from Excel worksheet' to obtain number of records (%FirstFreeRow%)
3. 'Read from Excel worksheet': Retrieve = Values from a Range of Cells and inform parameters of Start Column/Row, Last Column. Last Row must be %FirstFreeRow - 1% (action gives 'ExcelData' as variable)
4. 'Launch new Edge' (or your preferred browser), with Initial URL = www.amazon.com
5. 'For each CurrentItem in ExcelData':
6. 'Convert text to number': convert %CurrentItem% to %CurrentItemasNumber% (renamed variable)
7. 'Populate text field on web page'. Capture search field as UI element (here it's named '<input:text> 'twotabsearchtextbox') with %CurrentItemasNumber%
8. 'Press button on web page' Capture the search button as UI element (here it's named ´'<input:submit. 'nav-search-submit-button')
[Here you have to complete with your desired actions on results' page...]
9. End