"message": "Process finished due to no more transaction data",

Which 2 input arguments?

@Ruchita_Vispute

Is Bot scrapped all pages data or not ?

After scraping, try to print the below value.

YourDT.Rows.Count

Where YourDT is variable of type Data table and it is output of DataScraping Activity.

If the above expression results null value then data was not scraped properly.

1 Like

See above all the arguments in your get transaction is not having any values. There should be a proper binding of arguments, again your Process Xaml arguments
are blank as well, so whatever you are capturing in your get transaction is not flowing into the process Xaml.

Regards

Archana

I am having the same problem can someone help me please