How to save data in a list (made with a file, not a list of recipient) in a web Application
Hello,
I'd like to know how to save data generated from a webApp in a temporary table, such as a list of type "File".
I already tried :
xtk.session.Write(<tempLST111 xtkschema={temp:LST111} _operation="insert" element1={ctx.vars.element1} element2={ctx.vars.element2} element3={ctx.vars.element3} />);
But this gives an error while executing the webApp
Thank you.

