How to insert data in table of a v5 page (provided snip below)? Need Explanation for this.


Hi @debasmita17
You can store those values in some variable and then use a JS activity to update the schema.
in the properties >> variables tab, you can declare your variables.and call them as ctx.vars.variableName = SCP_AAOrcpRecord.@webapplogid;
then use the xtk.session.write method to insert the variable into the schema.
like, xtk.session.Write(<schemaName xtkschema=",nameSpace:schemaName" _operation="insert" fieldName = {ctx.vars.variableName} />)
Regards
A
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.