Hi All,
I am getting stuck at the Get Transaction Data part and Extract Data Table. Could someone kindly review and let me know the issue?
Extract Work Item Data Table.xaml (8.6 KB)
GetTransactionData.xaml (7.7 KB)
Hi All,
I am getting stuck at the Get Transaction Data part and Extract Data Table. Could someone kindly review and let me know the issue?
Extract Work Item Data Table.xaml (8.6 KB)
GetTransactionData.xaml (7.7 KB)
Before If condition, try to print the below values using message box and see
in_WIList.Count and in_TransactionNumber
If it didn’t print values then check whether you passed arguments properly or not.
Hello @jonathan89
what error or problem you faced? give more details its help to solve the problem
thanks
remove the Transtion that target Get transation data itself
Thanks, but I’m not sure Im following. What transition?
the arrow beside the ‘Success’ Transition, the one that made the U-turn, delete that one.
Thanks. Deleting the suggested stop the error in the General Business Process. However, I am still getting this error when running the workflow. Cannot seem to figure this out, please help.
these are my agruments
these are my variables
this is my Extracted datatable work item.
Extract Work Item Data Table.xaml (8.3 KB)
confirm this once
this error occur because of no data in in_WIList.Count and in_TransactionNumber
thanks
thanks, but I still do not understand where this is to be amended.
Could you clarify please?
then
check the value of in_WIList.Count and in_TransactionNumber
not forget to increment TransactionNumber by 1
in Process Transition
I got the reason why I was getting error.
It was because I was not assigning the value of input argument in extract data table workflow as you suggested.
thanks.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.