It seems like you’re encountering an “invalid time value” error. This type of error typically occurs when a date or time value is not formatted correctly or is not recognized by the system. Here are a few steps you can take to troubleshoot and resolve this issue: 1. Check the Date/Time Format: Ensure that any date or time values you’re using are in a format that is recognized by the system. Common formats include ISO 8601 (e.g., “2023-10-05T14:48:00.000Z”). 2. Validate Input Data: If the date/time value is coming from an external source or user input, validate the data to ensure it’s in the correct format before processing it. 3. Use Built-in Date Functions: If you’re manipulating date/time values in code, consider using built-in functions or libraries that handle date parsing and formatting, such as JavaScript’s Date object or libraries like moment.js. 4. Debugging: Add logging or debugging statements to print out the date/time values being processed. This can help identify where the invalid value is being introduced. If you’re still having trouble, you might want to provide more context or specific code snippets where the error occurs. This can help in diagnosing the issue further. If you need more support, you can visit Pipedream Support for additional assistance.