Hello,
I need a help.
After intermediate run, The error occured.
“If a new Item is fetched Grab it’s significant data for logging: Value cannot be null.
Parameter name: source”
Well, if your “in_TransactionNumber” is not null, then “dt_WorkItems” probably is!
Are you assigning any values to this DataTable? Maybe use the “Build DataTable” activity to try this with a few test values
Could you please print below value also using Message Box activity and check it once.
dt_WorkItems.Count
If it’s giving error then there should be error at the time of scraping data or Arguments are not passed properly. Could you please run the workflow in debug mode and check it.