Skip to content

[BUG] Zoho Workdrive "New File in Folder" issues #19644

@GTFalcao

Description

@GTFalcao

The first issue is regarding the last timestamp of the source, it seems to suddenly stop emitting events and this is very likely why. Here's an example from a source:

Image

We usually store timestamps in milliseconds. The code uses item.attributes.created_time_in_millisecond which suggests the date stored here was a result of a bad response or unusual item format - either way, we need to ensure the date filtering works correctly.

The second issue is in the additionalProps. We need to prevent additionalProps from throwing an error when a custom expression is passed for the Folder ID prop. Validate the value of the prop before proceeding with additionalProps, and if it's not a valid folder ID, break out of additionalProps without throwing.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions