Hi All,I would like to use xtk.session.Write method, but with multiple
_key parameters. My goal is to reconcile records by two values @someId
and @email at the same time. I know how to use single _key:var newInput
= "";xtk.session.Write(newInput);But what is a proper syntax for two
_keys?Are you able to help me?Thank you,Marcin