Skip to main content

8 posts tagged with "JSON path"

View All Tags

πŸš€ New Features​

  • 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.

🐞 Bugfixes​

  • 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.

πŸš€ New Features​

  • Enhanced HTML to PDF printing availability and performance.
  • Implemented a JSON Path MACRO for extracting data from JSON documents.

🚧 Improvements​

  • Improved clarity of Font Family selector text in the new PDF Editor.
  • Updated Dashboard URL to show more accurate information about the environments of an organization.
  • Enhanced efficiency of sending preprocessed elements to the PDF Generator, resulting in improved performance.

🐞 Bugfixes​

  • Fixed bug where image size properties were not respected in PDF, ensuring correct dimensions and display.

🚧 Improvement​

  • Enhanced storage optimization process for better performance and efficiency.

🐞 Bug fix​

  • Fixed a bug that caused orphan files when deleting data record temporal files.
  • Resolved an issue in JSON path query where using $.my_object.my_user.[?(@.attributes.name=='John')].age caused errors.
  • Fixed a bug in CSV2JSON where two workers executing the app at the same time caused conflicts.
  • Addressed an issue where saving app responses resulted in an empty response.

🐞 Bug fix​

  • 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.

🚧 Improvement​

  • Improved the ADP API Request App by making the "request headers" and "request payload" fields optional.
  • Enhanced search performance in the report for cases with a large number of scheduled tasks.
  • Added new variable "@webhook-header.{webhook_id}.{request_header}" for accessing headers sent in webhooks.
  • Provided more detailed information on hover for "Error handler" and "Needs update" options in flow apps.

πŸš€ New feature​

  • 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.

🚧 Improvement​

  • Improved workers performance in servers C and D.
  • Improved search performance in the report.
  • 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".

πŸš€ New feature​

  • New App in the Marketplace for connecting to Rotaform API.

🚧 Improvement​

  • Now it is shown the column type when adding or editing a Tableβ€”for example, String, Number, Date, etc.
  • Increased performance and loading speed of the flow list and versions.
  • Improved the performance and speed when creating a project.

πŸš€ New feature​

  • Deployed a new app to connect servers with Webdav service inside the Tools section.

🚧 Improvement​

  • 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.