Trouble with Variables and Loops This is probably pretty simple. I want to open a web page, populate a text box with text data from a text file list, use that data to query a database, extract the results from the report to a .csv, return to the previous page, populate text box with the next text value on the list, repeat extraction until the list is completed.
When I deploy my task, it says it cannot read my variables from my list file (I have saved it as a .txt and tried it both with comma delimiters and hard return delimiters. Neither works. I do not get past step two, which is to enter the list item into the text box. Same error each time, cannot read variable data. |