Your criteria at "Bridlington" is a Column Name not a Text inside the column. So use:
Patch( Table1, First( Filter(Table1, Bridlington = "Clean Low Level Probe" ) ), { ‘Last Check’: Now() } )
Or
Patch( Table1, First( Filter(Table1, ID = 1 ) ), { 'Last Check': Now() } )
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.