Avatar

Correct answer by
Community Advisor

Hi,

The _key attribute is comma-delimited. Here:

xtk.session.Write("<myTable xtkschema='cus:myTable' _operation='insertOrUpdate' _key='@someId,@email' someId='somevalue1' email='email@domain.com' nextField1='next value 1' nextField2 = 'next value 2' />");

Thanks,

-Jon

View solution in original post