
Announcements
I am processing invoices that come in as attachments in an email.
For each attachment, I am getting the Invoice HEADER info and then getting the Invoice DETAIL from a table in the invoice.
In my flow, I am writing the info to SQL tables called Inv_Header and Inv_Detail respectively (See screenshot attached).
How do I return the ID_Inv_Header after inserting the record?
'Get Row' implies that I already know what the row ID is.
Hi @MissingLink,
Basically, you can get it from the dynamic content of your trigger action. For example in this flow when an item is created in the Account table I am updating the Account table and the row id is the Account column.