!7 module Nodes > DynObjectTable { start { doEvery(10000, r updateList); } void updateList enter { L l = safeUnstructureList(loadPage("https://www.botcompany.de/1013835/raw/list.structure")); setData(l); } }