Hi, I am trying to loop through a CSV file and open links inside. But when I use CurrentRow(“My_Url”) inside the Use browser app it follows the “Column not found” Error. Any idea how I can handle it?
Hi,
For now, can you check if the datatable has column named “My_Url” at Locals panel when workflow stopsdue to exception in debug mode?
Regards,
Hi, I solved the problem instead of Excel.Sheet(“Url_”).Range(“A2:A31”) I used Excel.Sheet(“Url_”).Range(“A1:A31”). Maybe the topic will help others. Thank you for your response.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.