User Roles | ✗Pulse user |
In the article we outline some of the most common liquid errors occurring in templates, their causes, and step-by-step solutions to resolve them efficiently.
Table of contents
- Invalid Date Error
- Called .custom on an Undefined Value / Reconciliation Not Found Error
- Unknown Part Error
- Invalid Date Error
Invalid Date Error
Example error message
Cause
This error occurs when an invalid date is entered in a date input field. Common causes include:
- Typos in the date format (e.g., 31/12/0220, 31/88/2020, 50/12/2020).
- Strings instead of dates (e.g., "Test").
- Incorrect numerical values (e.g., -1000).
Invalid dates prevent PDF exports from being generated.
When does invalid date error happen?
This error does not occur when manually entering a date, as the system automatically corrects typos and ignores invalid inputs. However, it can appear in:
- Excel uploads – When a spreadsheet contains incorrectly formatted date values.
- Data syncs – When information is pulled from another system and incorrect date formats are transferred.
Solution
To resolve the issue:
- Locate the invalid date entry – Use CTRL+F (Windows) or CMD+F (Mac) to search for the word "Invalid" or manually scan for incorrect date formats.
- Correct the date – Overwrite it with a correctly formatted date (YYYY-MM-DD) or delete it if no valid replacement is available.
- Verify exports – The error should disappear, allowing exports to function normally.
Called .custom on an Undefined Value / Reconciliation Not Found Error
Cause
This error occurs when a template references data from another template that is missing in the environment.
Solution
If the missing template is unnecessary:
- Delete the template causing the issue.
If the template is needed:
- The missing template must be added to file.
Steps to find the missing template (for admin users only)
- Go to Templates (firm level) and open the Reconciliations section.
- Search for the missing template’s handle.
- Add the necessary workflow or reconciliation to the client file.
Adding missing templates to a file may incur additional costs. If you have questions, please contact your Customer Service Manager before proceeding.
Example
- System is trying to fetch data from 2018_tax_module, which is missing.
- To resolve it, locate the 2018_tax_module handle and add the Tax Calculation template associated with the BE Corporate Tax workflow.
Unknown Part Error
Example error message
Cause
This error occurs when the system tries to reference a code section that does not exist.
Solution
Since this is a development-related error, the only fix is to correct the code. If you encounter this issue, please report it to our Support Team for resolution.
Ledger/Period related error
Example error message
Cause
Errors related to ledgers typically indicate an issue with financial periods in the background.
Solution
To resolve this issue, contact our Support Team, who will check and adjust the ledger settings as needed.
By following these troubleshooting steps, you can quickly resolve common errors in workflow templates. If an issue persists, reach out to Support for further assistance.