in_TransactionItem which type in Process for GenerateYearlyReport

Do you get the same result if you use the Publish to: Orchestrator?

Also, what version of Studio are you on?

With Publish to : Orchestrator It is Ok!

I m using Studio 2018.4.4 enterprise edition

Good, any other issues?

I have to finish the performer and I have some validation error…
in the invoke Process Workflow
for In transactionItem

Could you post a screenshot of your ‘Import Arguments’ window for that?

And in the main.xaml when I invoke Process.xaml

for the main.xaml it is ok WIth the queue type

but error in Process file still the same

What is the error that you’re getting in the Process.xaml Assign activity?

the error was in the assign activity WIID = in_TransactionItem(“WIID”).ToString

but it s not necessery
so it s ok

but I have others errors in Main

Which activity in the sequence is throwing an error?

It s the type of transactionItem which is queue who cause error

and also

Can you hit ‘F8’ and take a screenshot of the output?

thanks nlee1131 for your help

it s more clear for me

but i have to finish the main file and gettransactionData which are not the same as in dispatcher but in the walkthrough It s not really clear with these files…

1 Like

I have to go now… I ll be back on monday…
thanks again for your help

Glad I was able to help you.

To fix that compiler error, simply change your ‘TransactionItem’ variable to type ‘QueueItem’

Hi Nlee1131
I Don’t understand why the type of TransactionItem must be Queue
because I have an error in the assign process
transactionItem = Nothing is not supported :slight_smile:"cannot assign from type ‘system.data.datarow’ to type ‘uipath.core.queueItem’ in Assign activity for ‘End Process’

Ok I have an answer there

and It is ok

1 Like