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