In this part, I am querying the registration date of google.com and rpahaber.com domains, I want to print these registration dates in the cell in my sequential excel.
Log;
This is the result I got
The part I’m talking about;
In this part, I am querying the registration date of google.com and rpahaber.com domains, I want to print these registration dates in the cell in my sequential excel.
Log;
This is the result I got
The part I’m talking about;
You need not read data to datatable
Instead use for each row in excel inside a use excel activity
Currentrow.ByField("DomainName").StringValue
would give domain
And use assign as below to update data to any other column
Currentrow.ByField("DomainName") = "ValueTowrite"
Cheers
Is there a resource you can recommend for this?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.