Skip to main content

v.7.2.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 .
  • Improved performance processing website responses when starting a flow or sending a status to a flow. If there are any worker available, it will execute the task right away, without waiting on a queue.
  • Loading Websites in an iframe was not possible because the cookie was created with SameSite="lax" now they are created with SameSite="none", so they can be loaded in an iframe hosted in a different domain

🐞 Bug fix

  • Sometimes the button to delete an organization was hidden.
  • We could see Decisions in reports where error message "Running in low performance" was shown incorrectly.
  • MACROs were not working with @site variables.
  • Fixed bug with the loop configuration was not replacing variables in some cases.
  • The asset manager is now also available when editing a website page in the website editor section.
  • Fixed issue when having different API interfaces opened in different tabs, the latest one opened was the one being saved over the other
  • When triggering a manual update, the progress bar was not always appearing for the Environments
  • Fixed errors in statistics in environments which hold many projects, the IDs were colliding, and the information shown in the Organization Dashboard URL was not correct
  • Fixed bug with the Sharepoint App download function was failing sometimes.