Morning!
Just started so I am trying to wrap my head around this issue:
->get string from email subject
->get worksheet (static)
->get tables (dynamic based on worksheet)
->check if any table's name is in the subject
->if yes, get first empty row
->populate first empty row with dynamic values from email
The issue that seems to be making the flow fail is dynamically passing the first empty row to update a row. I tried setting null as a value, following steps for indexing all empty rows and returning the first, and a few other things. Thoughts?

