Hi,

I have a web api which appears to maintain file buffer state across multiple requests ( I presume this is by design and I haven't done something wrong) when I clear table A and relate table A, if the parent table B was already in the buffer from a previous call it is not refreshed

Is it possible to configure DF to either force "relate" to always load the latest data, or is there a recommended way to clear all table buffers at the start of each request so every API call starts with a blank slate / guaranteed state?