I have imacro enterprize edition.i want to load url from a txt file and visit the pages, and then fill a form. The form is the same for all the urls. For a single page, I can make the macro but cannot make the macro that load the next url from a txt file and do the same work.
I have searched a lot and make a code that can load url from csv file and visit page. But it is not working. Here it is
VERSION BUILD=7401004 RECORDER=FX
TAB T=1TAB CLOSEALLOTHERS
SET !DATASOURCE input.csv
SET !DATASOURCE_COLUMNS 7
SET !DATASOURCE_LINE {{!LOOP}}URL GOTO={{!COL1}}
What might I be doing wrong?