Datatable passing through workflow

Hi there,

I am working on an automation where i read a datatable after getting from the orchestrator queue. I use the datatable in for each row to do the data entry in the browser. Now comes in my query, where i want to use 2 columns infornation from the same datatable in another browser to type it in the comments the info for that row. How do i achieve this?

@mark_rajkumar1

In the same loop you can enter data on anothwr site also…or you can have a separate loop again if you want

Having any issues?

Cheers

Yes I tried using for each row and bring the datatable into argument, there is an error for each row object is not defined @Anil_G

@mark_rajkumar1

Can you show where you are getting that?

is the error object reference not set? then tht means your datatable does not have any data

cheers

@Anil_G do i have to map the variable into my arguments?

@mark_rajkumar1

Yes …you have to then only data will go

cheers

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