Hello Everyone,
I am struggling to find a solution when trying to check for a value from excel.
Basically, I have implemented an OCR model into my workflow to extract information from invoices. But before the extraction starts, I want to check whether the account number within the invoice exists in an excel file. If the account exist, the flow will continue with extraction, if not, the flow will generate an email saying 'the account number is not valid'. Please note, the excel file has multiple sheets and tables and I want the flow to check through each of those sheets and tables.
I have looked for solutions online and found a solution where it says to use 'List Rows Present..' activity, however, within this activity, the 'Table' label allows me to add only 1 table. I currently have 21 tables spread across multiple sheets in one excel file.
Any assistance is highly appreciated.
1
2
3