Changelog
Keep up with the latest updates we’ve made in Workato.
On-prem Agent (OPA) 24.3 Release
OPA has been updated with new SAP and security capabilities:
- SAP: Aligned order of fields in RFC_READ_TABLE requests for compatibility with legacy SAP systems.
- Security: Updated libraries according to the OWASP scanner recommendations.
See the OPA release notes for this and previous updates to OPA.
Improved Assets Search
You can now perform a search across all assets and projects. Search asset names, descriptions, apps used, and actions used. Results are sorted by relevance to help you find what you need quickly. Refine your search results with filters and toggle between different sorting options.
Deploy from recipe page
You are now able to deploy assets directly from the recipe page with enhanced deployment permissions. This feature simplifies the deployment process, allowing you to activate and update assets across environments with just a click. Streamline your workflow by selecting target environments, reviewing deployment details, and confirming actions all from one central location. |
Community Connectors: What’s new in July 2024
We're excited to unveil our latest updates in the Workato community for July 2024! This month, we’ve added 6 new connectors, including SAP Fieldglass for managing your external workforce, Capsule CRM for streamlined customer relationship management, LDAP for universal directory integration, UKG Ready for comprehensive human capital management, Bitlocker for enhanced data security, and Eloqua for advanced marketing automation. Additionally, we've enhanced 20 existing connectors, such as Infor Talent Management, Google Docs, and Azure Service Bus, with various improvements and bug fixes. Curious about the updates? Check out the full details here!
Platform Connector Updates: July 2024
We’re excited to share the latest updates for July 2024! Shopify now supports order searching and SKU line items for more efficient e-commerce management, while Stripe introduced new polling triggers and enhanced monitoring through Snowflake. TableStorage added a “Truncate Table” action and improved relation updates. We’ve also made improvements to Google Cloud Storage, Azure OpenAI, and SharePoint, along with updates to other connectors like Google Drive, Microsoft Dynamics CRM, and more. Curious about these updates? Check out more details here!
New AI feature: Intelligent Document Processing (IDP)
IDP now allows you to process receipts, invoices, or any other document into recipe datapills that can map any downstream actions. You can pre-configure schemas for documents, process handwritten text, and process multilingual documents.
Logging service now includes webhook trigger errors
The Logging Service now captures and logs webhook trigger errors. This includes both gateway errors (rate limiting, verification failures, or invalid requests) and processing errors due to parsing or downstream service failures.
Streamlined project deployment flow
The project deployment workflow is now streamlined to make deployments faster and increase the context and accuracy of each deployment. Here's what's changed:
- When deploying a project, you can now start with the simple Deploy to dropdown to quickly pick your target environment, or download a zip file of the project.
- If there is a previous deployment to the same environment, the new Review changes interface summarizes what has changed to provide transparency and clarity.
- The Add details interface allows you to give a name and description to this deployment, which will be shown on the deployments tab.
Customized field validations for input data in Workflow Apps
Within the Workflow App page builder, you can now define custom validation rules for input fields by selecting an input type, then further specifying a minimum or maximum length, or a regular expression rule to match in the field.
Addition of recipe version comment to existing GET APIs
A new field, version_comment
, has been added to several existing API endpoints.
For the Developer API:
GET /api/recipes
GET /api/recipes/:id
For the Embedded API:
GET /api/managed_users/:id/recipes
GET /api/managed_users/:id/recipes/:recipe_id