- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @d-wnuk
not sure why you doing this on mentioned way but to reach event variable in Enrichment node use this:
$(vars/@example_variable)
If you are using loop and only one event variable, with each iteration you will overwrite previous value this is why your method look strange. One query node (first schema) an one Update node (second schema) where ID will be reconciliation key will work for you. Just pick columns for update.
Regards,
Milan