i have a excel file in which i have a list of url’s and i need to open them one by one . For this can we user for each row in datable >navigate to { currentrow(“rowname”).tostring } or go to url { currentrow(“rowname”).tostring } so that the browser opens every link one by one.
solution:
i some cases classic activity (navigate to ) is not working properly so we can use (go to url) mordren activity insted