Invoking workflow 'SetTransactionStatus' with argument 'in_TransactionItem' of type 'QueueItem' which is incompatible with the argument type 'DataRow' defined in workflow 'SetTransactionStatus'

Hello dear friends,

I’ve been trying to find what is causing this error but I couldn’t find it. (Main.xaml’ is invoking workflow ‘SetTransactionStatus’ with argument ‘in_TransactionItem’ of type ‘QueueItem’ which is incompatible with the argument type ‘DataRow’ defined in workflow ‘SetTransactionStatus’.)

Can someone give me any tips? I’ve checked arguments and variables already.

Thanks

Hi @Otto_Kampas,

Can you share your .xam project l?

If you have checked the variables it shouldn’t be a problem.

Regards,
MY

Thank you for your reply,

Here is my .xam file: Link

Somewhere in your SetTransactionStatus workflow you’re using a DataRow datatype instead of QueueItem.

But I’m suppose to use DataRow, I don’t wanna use QueueItem. I set all TransactionItem’s to DataRow but there is still an error.

You can’t set queue items to datarow. They’re complex objects. You can’t just change a datatype and expect it to be converted for you.

What are you trying to do? Show us your code and explain your goal.

I’m trying to do Excel Automation using RPA Challange. How can I show my code?

Hi @Otto_Kampas

Welcome to Community,

Please find the attached framework that uses excel file as the input.

FrameworkExcelAsInput.zip (974.3 KB)

Thanks

1 Like

Also you can refer this if you have any doubt,

Thanks

Thank you but I need to use ReFramework and move from there. I’ve been following a tutorial video which is super helpful because it shows the exact things I need however, I get this error but they don’t in the video.

You can take screenshots and copy/paste them into a reply here.

Main.xaml (70.5 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.