I'm not being able to export variable values in to data table after navigating trough each url from a csv file

i’m not being able to export variable values in to data table after navigating trough each url from a csv file, Can some one have a look

can you elaborate what exactly you are doing

Please post the work flow screen shot how you have implemented , if possible sample data

Regards

@LAKSHMI_NARAYANA_PEMMASAN please review the
attached screenshot

what is the exact problem you are facing?

while running in debug are you able to get the values?

As per your current flow

  1. Do you want to write for each url to different file as you using write csv in loop but name is static
    2.their is not need to assign from one variable to other variables instead you can directly use same variable ex title to var1
  2. if you requirement is to have all the values in one file then move the build datatable out of loop and keep before for each loop and write csv activity out of the loop in end

Regards
4.

its running alright , i just recieve empty data table/csv file
at the end

or some time it gives the last visited url data only

while debugging i’m getting values, i can see them in them stored in the variables

Main.xaml (36.3 KB)

then just follow above mentioned steps

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.