Skip to main content

4 posts tagged with "variables"

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

  • Enabled marking environments as favorites, allowing users to access them easily and efficiently.
  • Introduced the ability to open projects and environments directly from search results, saving clicks and reducing loading times.
  • Added line height control in the PDF Editor, enhancing text readability and formatting capabilities for users.

🚧 Improvements

  • Updated entity overviews (project, environment, organization) for more streamlined actions, including new favorites options and revised settings.
  • Improved message clarity in the left menu search when no results are found, now including the searched keyword for better user feedback.
  • Enhanced PDF Editor usability by adjusting the thumbnail preview margins and ensuring correct display sizes for PDFs without thumbnails.

🚀 New feature

  • New variable type @header. for Custom Apps. Those variables will hold the response headers, and they can be accessed as @header.app_id.function_id.['Content-Type']@
  • New App, Tables Query, which allows to access your Tables' data with SQL-like queries. You will be able to execute JOINS, SQL functions but only in SELECT clauses. In the designer, the maximum number of results you can retrieve will be limited to 100. In your own Environment there is no limit in the results you can retrieve.
  • In the Project top-right menu, there is a new option to "Release the Project to Environment". You will need to choose to which Environment do you want to add the project, or in case the project is already in the Environment to update it.

🚧 Improvement

  • The left menu now contains environments and projects in the same view.

🚀 New feature

  • Added the ability to upload SSL Certificates to your Environments, so you can securely use them with your desired domain name
  • New auth type for the Custom Apps "App Auth" which will use another Custom App credentials
  • New MACRO str_to_object which allows you to properly encode JSON objects passed in a parameter in your Custom Apps

🚧 Improvement

  • You can now update the app and function identifiers in a Custom App, resulting in more friendly variable names