Unable to resolve the problem of GetTransactionData AssignTransactionID faulted.
my assign activity is :outTransactionItem=dtWorkitems(in_TransactionNumber)
can anyone help to resolve the issue.
Unable to resolve the problem of GetTransactionData AssignTransactionID faulted.
my assign activity is :outTransactionItem=dtWorkitems(in_TransactionNumber)
can anyone help to resolve the issue.
Hey @kalpitmantri
The assign activity should be: outTransactionItem=dtWorkitems(in_TransactionNumber-1)
This is correct @kalpitmantri
Please never update the Re-Frame work, it has everything already initialized!!!
@Jan_Brian_Despi i use this but still same problem persist.Assign TransactionID faulted
I tried everything to resolve the isse but still stuck with same problem
this is my GetTransactionData workflow:
these are my arguments when i put 1 in in_TransactionNumber its not able to fetch hash string and throw Assign Activity faulted
when i remove -1 from activity and 1 from default value of in_TransactionNumber its able to generate hash string and update all WI5.but at last Assign Activity Faulted.
These are my main workflow variables