Check if purchase order is selected, different activities if yes or no

Hi,

I’m building an automation to process invoices in our ERP in Edge. The invoices get sent to an email-box and automatically processed, scanned and sent to our invoices register. The purchase order should be selected automatically as long as it’s on the PDF. If the purchase order is selected, I want the automation to validate and book/post the invoice. If the purchase order is not selected I want to skip it, do different activities (like sending an email to notify the coworkers that the invoice didn’t get posted).

If there’s no purchase order selected, it’s just empty. It looks like this:

If the purchase order is selected, it looks like this:

What would be the best practice to build in this situation?

At the moment I’m looking at CV Element Exists. Would this be the best way to approach this?

Thanks in advance!

@Youri98,

Use Table Extraction for this. If there is no or blank row, you can easily check that by filtering the datatable.

1 Like

Thank you! I’ll try this and let you know :slight_smile:

1 Like

Thanks, this works great!

1 Like

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