Printing data in Excel one under the other

2

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;

1

3

This is the result I got


The part I’m talking about;

4

@tolgademir

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?

@tolgademir

First try going through academy excel activities

Cheers

1 Like

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