Skip to main content

4 posts tagged with "Interfaces"

View All Tags

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

🚀 New feature

  • Website URLs can now be mapped in environments along with Hosted pages, so you can use your custom domain if you already have uploaded your SSL certificate.
  • The Website builder now allow creating multiple Templates, the Pages in a Template are now grouped under the Page Container. All Pages and Templates can have multiple Block Containers to load HTMl dynamically from the Flows.

🚧 Improvement

  • If the Update Variables tool is inside a loop, now it can push new elements to an array in @data.
  • Accept @data, @keystore... variables in the authentication parameters of a Marketplace App .

🚀 New feature

  • Now you can export and import projects. This allows you to back up your projects, duplicate them and move from an older platform to the new one.

🚧 Improvement

  • Improved the method to beautify the HTML in the Content Editor and Templates feature
  • You can now test your flows with the original interface payload type (JSON, CSV, Multirecord, XML, etc.)
  • You can also add custom headers when testing a Flow now

🚧 Improvement

  • We don't trim now the parameters in all the MACROs as default, this fixes substr, str_replace, and some other MACROS to work as expected

🐞 Bug fix

  • Bug fix for the Multirecord interface type
  • Fixed an issue preventing the user from removing the whitelisted IPs form the project settings