Option Strict On disallows implicit conversations from 'object' to 'queueitem'


Not sure where the issue is. I have used the build in other processes and its worked. Not sure what I am missing

Hi @kayla.statton

Check the data type for InProgressItems

It is Object one. Set Transaction Item needs UiPath.Core.QueueItem as data type

You can specific it as following


I dont know how you did what you did

Click on For each Activity title

on Properties Panel, you can change the type to UiPath.Core.QueueItem in Argument Type Field

image
This is the view I have which is different from yours

@kayla.statton

Its missing parameters. You can try update you UiPath.System.Activities or just use this in Transaction Item Field in Set Trasanction Status activity

Ctype(currentitem, UiPath.Core.QueueItem)

YOu have got to be kidding me
As soon as I updated this worked, it already recognized the argument type I didnt have to change anything. THank you!

Glad to help @kayla.statton

Kindly mark as solution to help others with same question and close the loop

Cheers

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