I have two lists , one is values(ie. Aaaa, Bbbb, Cccc) and another is cell name(“A”,“B”,“C”)
i want to loop the values at the same time cell name need to be changed.
I have two lists , one is values(ie. Aaaa, Bbbb, Cccc) and another is cell name(“A”,“B”,“C”)
i want to loop the values at the same time cell name need to be changed.
Use for loop on one of the list…and in the for loop properties you have a property called index…which starts from 0 and increments for each iteration…assign a variable to it
And then inside loop currentitem will give item from first list and list2(indexvar) will give the value from second list at the same position
Hope this helps
Cheers
Hello Team,
I am using the last version of UiPath 2023, and the new for each for dataset reading show an error can you help please.
Please downgrade the system activities pckage then you will have an option to change the type arfument…please change it appropariately and use it
Cheers
@Anil_G
I am a newbie on uipack and I really don’t know how to downgrade the system activities package on UiPath Studio X. I am using a windows machine.
@yves_Somda
we would recommend
recommended first stop: UiPath Academy
Agree with @ppr
On studio x you can click on manage packages …and change the version from
The drop down you see for each pckage and click install and save
Cheers
it didnt work ,because I am already writing in the same workbook , so it shows the it is already in use.
Thank you guys,
I finally find a solution by downgrading the system activity package as suggest by @Anil_G,