How to equalize data that we get from get text with data from data scraping

Hello guys,

I have a task with data scraping
nanyaforum

The column “number,name,address” are the data I get from data scraping

The column “city,province” are the data I get from get text activity

I want to make it like this

nanyaforum1

The data that I get from Data scraping is random, not exact number (I make it 10 in the example)
Any idea how to do it guys? Please help

Thank you very much

1 Like

row(“CITY”) = CITY A
row(“PROVINCE”) = PROVINCE A

what activities should i use? build data table and add data row?
and where I should put the activities, before or after data scraping?

after data scrapping
just assign like this inside for each loop!
row(“CITY”) = CITY A
row(“PROVINCE”) = PROVINCE A

2 Likes

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