I have a flow that list the rows present in a table and filters the rows if it has the same name as the inputted name. I need to check if the last of this filtered array has the column 'Issue Date' as blank, if it is, then update the row and place the new issue date on the blank cell.


The flow works up until the part of updating the row as I do not know what value to put in the key value.