Hello,
Is there a way to show the whole context object for debugging? I was just trying to access a variable in a form. According to the documentation i have to do it with “context.form.formname.variablename”. However i get an error when i try to do that. Is there a way i can see the context object or the forms that are saved? When i look into the debug console and into the different context objects i cant find my form.