I want to print the data received with Get Text to excel rows one after the other

1

In this field, I get the domain names from the table in my excel file and make a query, I try to print the registration date, end, date and domain age in my table one under the other.

2

The domain names I’m talking about

3

I want to print the registration, expiry dates and domain ages of domains on these fields.

4

While examining the data received by the variables, I saw that only the domain name tekohaber.com in the last line received the information about registration, expiry dates and domain age. Didn’t get information of other domains

5

I thought that by designing my process in this way, I could print the information of all domains in my excel table.



That’s exactly what I wanted to do

Hey @tolgademir ,

  1. Use build data table activity to build a output datatable structure.
  2. In the for each loop after extracting all the required details use Add Data Row activity.
  3. Write the output datatable to the excel sheet by unchecking the header and write it to cell A2

this way you will get the required output to the excel.

Thanks,
Sanjit

Do you have a chance to cite a source on this topic?

Topic is current

Topic is current

I solved the problem by incrementing the loop by +1 each time.

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