No Transaction data found

Hello, I am stuck on my Assignment1. Process is getting finished with message Process finished due to no more transaction data . I guess I am passing correct dt (may be not), but I am unable to figure it out.
Can someone help. I can share my workflow personally if someone is willing to help me.
Thank you.

Hi @Guru_Bastade

Check this
Process finished due to no more transaction data Practic 2

Thanks
Ashwin.S

@Guru_Bastade

I guess it’s not scraped data properly or you passing arguments incorrectly. Because of this you are getting this error. Could you please run the workflow in Debug mode and check where is the exact error.

1 Like

Hi,

Try you can reset the data after run your process.

I am writing extracted data to CSV, hence I can confirm there is no issue with the data scraping.
Even I am getting 1st item value to process but I guess it is not entering into processing workflow.
Screenshot%20(38)

1 Like

Please check below SS - I have the data but somehow it is executing “End Process” workflow where as it should run "Process workflow"

@Guru_Bastade

Did you run the process in Debug mode or not ?

Hi,

Check the condition of the trigger which is linked to End process.

I think you have given wrong condition, which is ending this process. check Data table count condition.

@Guru_Bastade

Yes, I did - As such it does not break the execution with an exception. It is getting completed without touching “Process Transaction”

Null Trigger Executing
{
“message”: “Null Trigger Executing”,
“level”: “Trace”,
“logType”: “Default”,
“timeStamp”: “13:45:05”,
“processVersion”: “1.0.0”,
“jobId”: “15c0427f-8d6c-4058-9f58-2e290a31d437”,
“robotName”: “ASUS”,
“machineId”: 0,
“fileName”: “Main”,
“logF_BusinessProcessName”: “Framework”,
“activityInfo”: {
“Activity”: “System.Activities.Statements.State+NoOp”,
“DisplayName”: “Null Trigger”,
“State”: “Executing”,
“Variables”: {
“TransactionItem”: “”,
“SystemError”: “”,
“BusinessRuleException”: “”,
“TransactionNumber”: “1”,
“Config”: “System.Collections.Generic.Dictionary`2[System.String,System.Object]”,
“RetryNumber”: “0”,
“TransactionField2”: “”,
“TransactionField1”: “”,
“TransactionID”: “536515”,
“TransactionData”: “”,
“dt_WIs”: “”,
“in_WIID”: “536515”
},
“Arguments”: null
}
}

You can send your project i will check once.

1 Like

@Navyavara

I request you to don’t provide direct solutions to anyone and if you provide like this then they won’t get chance to learn.

This Level 3 training is very important for every one. Hope you understood.

1 Like