Get datatables rows sends a 404 response when row not found

Hi,

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 ?

Cheers,

Hi jcp,

Please open up a support ticket for this. An unexpected change in behavior may be considered a bug, which is best handled by support.

If a data action gets a non 2xx response, like a 404, the data action will take the failure path. There are no real configuration options there.

--Jason

thanks Jason and already done

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.