How can save values in different variables

i haveMain.xaml (6.7 KB) Main.xaml (6.7 KB) this file how can save the o/p in different variable

Hi @manojv02500,

You have the value in List so for retrieving the values one by one like this
listSaturdayAndSnuday(0),listSaturdayAndSnuday(1) and soon.

If this solves your query then mark this as solution.
Happy Automation!
Regards,
Aditya

hi i need the variable to save data as 09022020 but i am getting date as well as time

You can achieve that try this syntax listSaturdayAndSnuday(1).ToString(“ddMMyyyy”)
Happy Automation!
Regards,
Aditya