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
In case of deals (but I think it is true for other entities as well):
When running the tap with a state file, comparison based on hs_lastmodifieddate is buggy, and the last record of the previous execution is exported again during the next execution.
I think the culprit is in this line :
In case of deals (but I think it is true for other entities as well):
When running the tap with a state file, comparison based on
hs_lastmodifieddate
is buggy, and the last record of the previous execution is exported again during the next execution.I think the culprit is in this line :
I guess
modified_time
should be strictly greater ( > ) thanstart
in order to not write out again the same record.The text was updated successfully, but these errors were encountered: