Hi,
I'm trying to update a row in a test spreadsheet after I have applied a couple of filters to the data.
The spreadsheet is a simple table;

1) I have a manual trigger that just collects some text for comment.
2) I have a List Rows that is pulling in the data from the spreadsheet.
3) I then apply 2 filters, one to pull out all the items for Duck and the second to check Have Got = No.

The filters are working correctly and I end up with Output that contains just the one row of data for Item - Duck, Have Got - No
4) This is where I hit the problem, I now try to update the comment on this filtered data with Update Row.

This update is ignoring the filters and just updating the first item with Duck in it.
How do I get it to just update the filtered information? I thought that the Apply to each step would have made it just write to the data it retrieved from the filters.
Thanks
Jamie.