Asssignment 2 Performer: Error 'Click Drop Faulted and Slow run

I did this and a If/Then and it still didnt work.

1 Like

Check This
Main.xaml (8.5 KB)

1 Like

@Dmtrs

You should do something like this… :point_down:

CreateYearlyReport.xaml (33.8 KB)

1 Like

I changed to Try Catch and it still doesn’t work

1 Like

It works on the first transaction but on the 2nd transaction it comes up as an error.

1 Like

@Dmtrs

Hi, i’m sorry i was mistaking ! You should not use Try Catch on this part… Rather than that, you will need to use Element Exists and an If Condition !

This should fix your issue :slight_smile:

I already have those and it still doesn’t seem to work

1 Like

Please share your workflow…

Ok here it isSystem1_CreateYearlyReport.xaml (38.7 KB) System1_UploadYearlyReport.xaml (19.9 KB)

1 Like

@Dmtrs

Please use debugging, to get exactly where it stops… Let me know what’s the exact error, you getting…

2 Likes

Every time I get to this point

and then it stops and I get this kind of error. If I hit continue it moves forward properly but I’m trying to find a way to avoid the error and for it to move smoothly.
Screenshot (10825)

1 Like

@Dmtrs

Follow above solution :point_down:

1 Like

It still doesn’t seem to work

1 Like

here is my workflowGenerateYearlyReport_Performer (2).zip (977.2 KB)

@Dmtrs

Inside Try Catch, add only the get text activity and don’t omit the title, In Try you get the first Pop Up and in Catch you get the second Pop Up, the one which has a check box…

Let me know, how it’s go for you :slight_smile:

1 Like

This worked out for me and I thank you. I’m having difficulties getting past the 4th transaction. It’s saying Assign: Object reference not set to an instance of an object

1 Like

@Dmtrs

Check the content of Assign… out_UploadID.Substring("Report was uploaded - confirmation id is ".Length)

1 Like

Yes I understand. It was already out of the Try Catch.

1 Like

Yes, I have this. After a couple retries I’ve realized it has random occurences where the assign gets faulted.

1 Like

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