Skip to main content

v.7.3.3

🚀 New feature

  • Visma | Onguard - CreditManager App for Automating debt management process.

🐞 Bug fix

  • In the parameters of the Authorization of an App, any @variable can be used.
  • Fixed issue in Update variable tool when the parameter on the right uses the MACRO eval_spreadsheet_formula().
  • Fixed an issue in designer testing Apps. It is not returning a response if the response contains a JSON.
  • Fixed issue when selecting to run "every x weeks" and then selecting a specific day of the week for the Schedules
  • Fixed issue adding @system.error@ variables on the parameters of the SMTP App.
  • Fixed issue replacing a variable that holds an array in the Table Query App.
  • The MACRO preg_replace() now doesn't replace the " for an empty string when used as parameters of the function.
  • The Report now shows again the flow executed as it was before.
  • Fixed issue saving the option oAuth2 in an interface.
  • Fixed issue for the Table that when one of the columns created is called "customer_id" the data contained is not shown on the overview.
  • Fixed the way the LIMIT is applied to the Table query: In Designer, if you left it empty, it applies the LIMIT of 200 when doing the query, but without saving that value in the query configuration. If you put a LIMIT of 250, for example, the 250 will be saved in the configuration but the output will only have the first 200. In Production, if not LIMIT is applied, no LIMIT will be done to the SQL, use it with caution.
  • Fixed issue importing data to a Table so fields id, date_created and date_updated are not required. If they exist in the file to import, they are ignored.
  • Fixed issue when working on different tables opened in different tabs in the same browser.
  • Issue deleting a Flow version that it was assigned to a direct/dynamic URL. After deleting the flow, the direct/dynamic URL was deleted.
  • Microsoft Office files with extensions .xlsx, .docx, .pptx can now be uploaded to the file manager.
  • In the File manager, empty folders were not being moved to the environment as they were not shown in the Tree view to select them.
  • When using an attribute dynamic in a table, and the value of the variable was "0", it was not being printed on the hosted pages
  • Fixed issue in Content editor adding draggable=true to every single HTML element.
  • Now we can add Conditions to any HTML element.
  • Horizontal scroll is now enabled for the Content editor.