Avatar

Level 2

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.