Skip to main content

31 posts tagged with "Apps"

View All Tags

πŸš€ New Features and Improvements​

  • Default Channel Email is now available as a closed beta for some users.
  • Renamed menus and sections to use "Document" terminology.
  • Now, Document layouts have an alternative HTML textarea option, so Documents can be used to output HTML and not only PDF.
  • Introduced an HTML preview option alongside PDF previews.
  • Document engine generator has been updated to support HTML output.
  • Enhanced the HTML Content selector component to allow selecting between Documents and Emails, with the ability to write the name of the Content or input a variable.
  • Enhanced HTML Content selectors in Apps to maintain compatibility with existing content.
  • Enabled Advanced settings configuration on Document sections.
  • Ensured the 'Back' button remains consistently visible in the 'Test App' window.
  • Applied custom styling to disabled buttons for better UI consistency.
  • Adjusted modal height and enhanced styling in the flow editor.

πŸš€ New Features and Improvements​

  • Unified the "where used" dialog in the PDF creator to maintain a consistent appearance across the platform.
  • Improved the Test App window for a better understanding of parameter testing.
  • Default Email, SMS, and Print flow apps are now available as a closed beta for some users.
  • Custom Apps are now available in their own section on the flow palette.
  • Improved speed and performance when loading the Apps in the flow.

🐞 Bugfixes​

  • Fixed an error in the PDF background that gave an unhelpful error message.
  • Resolved an issue where buttons disappeared in Interfaces β†’ Testing API when using a flow with a long name.
  • In Batch v2, a hanging process stuck in the "In Progress" status when running from the interface or Postman was fixed.
  • Corrected the "Sorry, an error occurred" error when opening the Report page.

🐞 Bugfixes​

  • Fixed issue where base64 encoded data is broken using @interface.my_interface_key.*@ variable due to the JSON optimization.
  • Resolved issue with PDFs and PDF Components that use versions when updating the project in the environment
  • Fixed bug where the Generic decision App was not showing the Conditions selector.

πŸš€ 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.

🚧 Improvement​

  • Improved the website's performance when it has many data records opened. The loading of pages and blocks is now faster.
  • We provide more accurate information when there is an error with the cURL. First, it showed a generic message "Unknown error happens," and now we display the correct error code.

🐞 Bug fix​

  • On some occasions, the attachment was corrupt when using the application Megamail due to a false positive of invalid base64. Now the files attached are correctly encoded.
  • Fixed bug in website pages introduced in v.8.4.1. Using a form button with the option "Redirect to a loading page," the URL to where it was redirecting was broken when used in an Environment.

πŸš€ 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.

πŸš€ New feature​

  • Added new security option in Interfaces, CORS configuration. If you need to send data to Flowize from external domains via Javascript, now you can configure which domains can send data to your project.
  • New "/environments" API endpoint, allows environments to be created and managed via the API. To use it, you must activate the API key of the Organization editing it. Detailed information on: https://doc-api.flowize.com/#environments .

🚧 Improvement​

  • The way data logging execution is stored. It should now have less impact on your database, as data larger than 1 MB will be stored in files.
  • The functionality of "Table Query" App:
    • The "date_updated" of the table, now it's always updated regardless of the App used to update the data.
    • When doing an INSERT/UPDATE/DELETE, the response variables "total" and "result" now hold the same value. So if it's not UPDATED, both will have a 0.

🐞 Bug fix​

  • In Table, there was an issue when saving a column and set as "searchable."
  • Solved a problem when an object has another empty object inside the data record.
  • The variable was not being replaced when the variable name had brackets like " @keystore.my_keystore.['my_variable:attributes']."
  • Solved an issue in the content editor when the windows with the variables appeared over another window.
  • When a Custom App was created, it was missing a default name. In some browsers, it was making 2-3 copies of the same app.

πŸš€ New feature​

  • Added a new function in the Website App to redirect the user to an external URL.
  • New four MACROs added for compressing strings: inflate(), deflate(), compress() and uncompress().
  • The API now accepts requests sent with Content-Type x-www-form-urlencoded or form-data.

🚧 Improvement​

  • The attr-dynamic also work with the Keystore Access when configured on the website.

πŸš€ New feature​

  • New MACRO added in Developers App: strip_tags().
  • Added a button to force the update in the Custom Apps, which are already placed on the dashboard if the custom app has been modified.

🚧 Improvement​

  • jQuery library updated
  • Reviewed and updated the File Manager. Malicious files are not allowed to be executed or created.
  • Improved the view of the response and request details