Skip to main content

2 posts tagged with "ADP"

View All Tags

🚧 Improvement​

  • Improved the ADP API Request App by making the "request headers" and "request payload" fields optional.
  • Enhanced search performance in the report for cases with a large number of scheduled tasks.
  • Added new variable @webhook-header.{webhook_id}.{request_header} for accessing headers sent in webhooks.
  • Provided more detailed information on hover for "Error handler" and "Needs update" options in flow apps.

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