I'm approaching Partial Reload for the first time.. my goal is simple, I would to use it to save some time while developing huge dashboards and reload only what I need.
For some reason a LOAD statement with no Replace/Add keyword using an ApplyMap will always be invoked (tested?) and it they will throw "ApplyMap error: map_id not found" error since the Mapping are actually not present.
Looks like that I've to always load all the Mapping used by all LOAD statements even if those LOAD statement should not be invoked during a Partial Reload i.e. not preceded by Replace/Add keyword.