Skip to main content

8 posts tagged with "tables"

View All Tags

πŸš€ New feature​

  • Added a new App called "ADP API Request" for communicating with the ADP API.
  • Added a Project overview in the environments that shows the number of tasks and progress in each project, which can be accessed from the left menu. This new overview also shows the system's storage usage and provides more accurate information on each project's storage.

🚧 Improvement​

  • Improved workers performance in servers C and D.
  • Improved search performance in the report.
  • In the Tables App, the INSERT and UPDATE queries no longer reset previous SELECT queries, allowing you to use @table variables after an INSERT/UPDATE and have them reference the latest SELECT.
  • In the Tables App, the default comparator for the WHERE clause is now "equal" instead of "contains".

πŸš€ New feature​

  • Significant boost in reliability and performance in both the Designer and the Environments.

🚧 Improvement​

  • When creating a table, an error is now thrown if the name does not contain [a-z][0-9] and "_" characters. Also, the length cannot be longer than 50 characters.
  • Removed the auto-refresh when opening the variables modal window.
  • The error in the Apps that happens when the connection is abruptly cut in the middle of the transfer (error 43) will be possible to handle in the app.

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

🐞 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​

  • 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

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

🚧 Improvement​

  • Tables: New column type (TEXT) can be defined to hold up to 16.777.215 characters (16MB)
  • Schedules: You can define the timezone where the schedule will take place.
  • Schedules: In the Environment detail, a new card called "Schedules" can be added to view the information of the schedules already configured on it.
  • Improved the way each environment runs background tasks to optimize the overall performance.

🐞 Bug fix​

  • In CVS had headers with blank spaces. Now they are correctly cleaned.
  • In HTML to PDF App, fixed that DPI was always fixed at 96.