- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @montezh2001,
So I can see from your enrichment that the matchKey itself is made up of two fields.
Can you may be add these two fields in your select expression, and then use them as a composite key in your xtk.session.Write method? Like this below:
_key="@clientId,@contractId" and use both of them in your Write call.
So it would look something like this:
_key="@clientId,@contractId" clientId={tmp.@clientId} contractId={tmp.contractId}
This should resolve your problem. Let me know if that worked.
Thanks,
Ishan
Views
Replies
0 Likes
Total Likes