
Announcements
Hello, I have a flow built that when an email is received with an attachment, I have a 1 minute delay(Outlook Safe Scan), my AI builder has been trained to extract information and add a row to a SP list which has to be a table with headers and labeled columns. I then have a List Rows in the table and I create a HTML table (to place extracted information in a table format for email) and then the table gets sent via email. Then the final part is a Delete a row in the SP table so when the next document received gets extracted it will only send the one processed table document at a time. If I don't delete them, they will collect, and all get sent in a table.
Two things are happening:
1. I get a blank table via email during the flow processing. After the flow runs, I receive the table with all my extracted information in the correct cells just as I want them.
2. The row from my flow does get deleted, however, the blank row is somehow active with no information in it and the next extracted data received email gets placed below the empty row thus adding blank rows to my table in the email trigger. So, if my Power Automate flow processed 20 email attachments, I would have 20 rows in a table sent via email. 19 of them being blanks and then one row at the end with my correct data.
Any help is very much appreciated! Thank you!