Hi in json plugin can you add in datasheetload.js
const fetchOpts = {
method: ‘{{{HTTPMETHOD}}}’,
headers: {{{CUSTOMHEADERSJSON}}},
cache: "no-store"
};
this instruction force reaload data from server and not from local cache. You can consider to imolement also as new plugin parameter
thanks Paolo