Forum Discussion
1 Reply
- bojanvelevskiValued Contributor
What about the Join snap? You can cover quite a few scenarios just by using the Join snap and a Router.
Example:Left Outer Join +
Router:$.get('id) != null && $.get('input1_id')
This would be an insertion.
Left Outer Join +
Router: $.get(‘updated_date’) != $.get(‘input1_updated_date’)And this would be an update.