You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently syncing user data from Intercom to our warehouse using the stitch integration, however we're running into issues with the tags field not being up to date.
The tags field is stored as a JSON object; it seems that when a new tag is added, the user record is not updated and a re-sync is not triggered by Stitch. This is evidenced by the updated_at timestamp, which doesn't increment when a new tag is added to a user.
Is it possible to trigger updates to the user record whenever the contents of the tags array changes?
The text was updated successfully, but these errors were encountered:
We are currently syncing user data from Intercom to our warehouse using the stitch integration, however we're running into issues with the
tags
field not being up to date.The
tags
field is stored as a JSON object; it seems that when a new tag is added, the user record is not updated and a re-sync is not triggered by Stitch. This is evidenced by theupdated_at
timestamp, which doesn't increment when a new tag is added to a user.Is it possible to trigger updates to the user record whenever the contents of the tags array changes?
The text was updated successfully, but these errors were encountered: