I am working on UI demo assignment in RPA advanced course. i have followed the workflow and now am stuck. i couldnt figure out where is the issue. i get the below error when i run the workflow. i am not able to understand which object i didnt initialize. can someone help me on this
@Jayavenkat when you invoke process workflow in Process Transaction state, you didn’t pass the arguments for in_TransactionItem. (It should be pass as TansactionItem)
This is my arguments list for process.xaml. i tried to change the type to Int32 but i get compiler error stating queue item cannot be converted to Int. i assume, since i didnt share the proces.xaml you couldnt see the value passed to it.
still getting same error. As per the error it is pointing to Assign activity but couldnt figure out what is the issue there. sharing the process.xaml as well Process.xaml (20.2 KB)
@Jayavenkat I got your problem. You have assigned in_TransactionItem as variable as well as Argument.
Remove it from Variable and keep that as Argument only.! (when you are using the same name for Argument and Variable, it uses variable as first Priority in that Scope)