Hi all,
I've built a flow which captures address and other details from documents (using AI Builder) and populates an excel table. I've written formulas on other columns in the table which is then fed back into the flow by the "Get a Row" action. The "Get a Row" action looks for the extracted address detail from the "Predict" step (key) in the excel table (key column is "Address") and returns the corresponding row.
Recently, the "Get a Row" action is returning he wrong row.
The "Key" value (which is the address) in the Input does not match with the "Address" in the Output. It is picking up the address from the next row instead and returning it.
Any idea how to fix this?
Thanks 🙂