xtk:session:Write to extened table.
Im not sure why this is not writing to the targeted table.
If I update xtkschema for the recipient table it works fine.
Any help would be great.
var table = <recipient
xtkschema="lw:gospelCurriculumTmpTbl"
_operation="insert"
_key="@recipientId"
recipientId="11111111"
email="loyd.write@apitest.com"
/>;
xtk.session.Write(table);
logInfo("---fin---")