Target changing

Hello there,

I have an automation where I go to a website and download attachment, sometimes the invoice will have 1, 2 or no attachments, with an image scan or no image scan. In the case of no attachments and no image scan. If we have no attachments and no image scan, we save the whole page as a PDF.
My target was working up to a week ago, and now it seems like when its a no attachment and no image scan, my target is going way off.

And here is how it is showing for that scenario, I cant post another picture but the target should be at the None from the attachments, and it is working when an attachment is available:

I did not change anything from a week to now, why is my target changing?

Here is when I have an attachment

You need to use a Check Element activity first to see if there is an attachment or not. Better to use a check element for the selector NONE which indicates that there are no attachments. The Output of the check element would be a Boolean value. Based on the output value - you could continue the flow

If None
Continue the steps for no attachment
Else
Continue the steps for downloading the attachment