I am using 25.10.1 REframework version, after assigning Nothing to out_TransactionItem the above error exist, I tried removing and assigning again multiple times.So, how to fix it? please suggest
Ensure out_TransactionItem type matches the workflow (QueueItem or DataRow) and check for Nothing before using it. Instead of assigning Nothing directly, let GetTransactionData handle it or assign a new empty object of the correct type.
Make sure out_TransactionItem has the exact same type in both Main.xaml and Get Transaction Data.xaml (QueueItem or DataRow, depending on your framework). If it still fails, delete the argument from both files, save, re-add it with the correct type, then clean and reload the project.