I am building an Action to get a row from a datatable
GET /api/v2/flows/datatables/{datatableId}/rows/{rowId}
This returns the key (showbrief is unspecified) if found which is fine.
I am wondering if there has been a recent change in behaviour, when the key is not found.
Instead of receiving an empty object {}
I am now seeing a 404
If this is the new and expected behaviour (which could be argued) would there be a way this could be handled in the action ?