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?
We are currently syncing user data from Intercom to our warehouse using the stitch integration, however we're running into issues with the
tagsfield not being up to date.The
tagsfield 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_attimestamp, 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?