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