Main.xaml (53.7 KB)
i have tried to increment transaction number but it is not incrementing it just repeats the same transaction i have an excel which contains two transaction item values.xlsx (9.7 KB)
Incrementing transaction number happens in Set Transaction Status wokflow, this is in the finally block of Process State. Have you altered this ?
Regards,
Nithin
i commented out the set transaction status queue items because my workflow doesnt contain queues only datarows
i also included my workflow can u check it in ur freetime where error persists
Just remove the “Set Transaction Status” activitites present inside the set transaction status workflow. Don’t comment the whole workflow.
Also, you have just shared the Main.xaml.
Regards,
Nithin
i just did the same thing only
i commented set transaction status only
@Jebarohith19
Checked your code , in Import workflow for Set Transaction.xaml, for Argument in_Transactionitem you should pass TransactionItem
Regards
Shanmukh
where is the import arguments for settransactionstatus.xaml
ill check that thanks
In Process state , under final , setTransaction,xaml will be there , there you can click on Import arguments
It seems it did not got updated, Go inside SetTransaction.xaml and update the in_TransactionItem as Datarow and save come out and update again
workflow ends after the frst transaction it doesnt go to next transaction
As seen in the log. The transaction number is incrementing as expected, just that when processing transaction number 2 you are getting application exception (Selector Error). Fix this selector error.
Regards,
Nithin
actually what u changed in the workflow makes the second transaction come?
and what selector should i change?
I just placed a clean Set Transaction Status workflow & removed the set transaction status activities.
Regards,
Nithin