Error in Upload Yearly Report

I am almost at the completion stage of Assignment 2, but got stuck with Upload Yearly Report workflow. I am attaching my xaml here for your review. Also, please find below the error I receive when I run this particular wokflow.

( ACME System 1 - Log In ) is open in the background.

image
image.png1920×1080 249 KB

Upload_Yearly_Reports.xaml (13.8 KB)

1 Like

the issue is that the in_Year is null. can you cross check if you have mapped the argument in the invoke correctly and that it has some value?
to check you can add a writeLine before the selectItem

Attached herewith 2 of the Performer XAML of Assignment 2 . You can take a look in the arguments passed in previous workflows.System 1 Create Yearly Report.xaml (29.4 KB)
Upload_Yearly_Reports.xaml (14.0 KB)

Add your Process.xaml

Process.xaml (13.9 KB)

So i ran your process and the variable is working well. Can you try again. Refresh your arguments and try again if possible try debug.
However there well be another issue by using SelectItem (Attribute not supported by the current UiNode) so i think you can use clicks.

1 Like

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