Updated Advanced Settings help text to guide users on customizing with JSON-formatted parameters and directing them to seek assistance from the support team when needed.
Addressed a problem with table rows in website queries not functioning correctly after the introduction of a feature for iterating sections, leading to improper outputs and JSON formatting issues.
Resolved an issue where the 'Next' button was hidden when navigating back to the Information step and returning to the Template step without making changes, during the PDF creation process.
Fixed a bug where headings were not being applied correctly in PDFs, specifically when changing normal text to Heading 2 and saving the document.
Resolved a bug related to the search function in array operations that caused unexpected behavior while searching for
numbers with a length between 7 and 8.
Added a new App called "ADP API Request" for communicating with the ADP API.
Added a Project overview in the environments that shows the number of tasks and progress in each project, which can be accessed from the left menu. This new overview also shows the system's storage usage and provides more accurate information on each project's storage.
In the Tables App, the INSERT and UPDATE queries no longer reset previous SELECT queries, allowing you to use @table variables after an INSERT/UPDATE and have them reference the latest SELECT.
In the Tables App, the default comparator for the WHERE clause is now "equal" instead of "contains".
Improved the JSON path using the Array operator app. Now we can search values using the logical operator (OR), and also it
has improved the search engine when the data contains some special characters like '$', ';' or single quotes and double quotes.