Hello @Master_Over_Sun
It is possible that the plugin is wrapping or modifying the DOM asynchronously, which makes the MutationObserver no longer reliable on mobile. Because of this, it may be more stable to use kintone.mobile.app.record.get()
and set()
to handle subtable values directly, as this approach works independently of the DOM and remains stable even when plugins are active.