• +91 90320 18369
  • info@eazygurus.com
  • USA, INDIA
  • Home
  • Courses
  • About Us
  • Services
    • Online Training
    • IT Training
    • Corporate Training
    • Project Mentoring
    • Generative AI
  • Blog
  • Trainer Registration
  • Contact
  • Payments
Eaazygurus-LogoR-310x105

AI FABRIC CLOUD WITH UiPath PLATFORM

Posted on June 29, 2020June 29, 2020 by admin
0

AI Fabric Cloud is live

AI Fabric Cloud is live, and now in General Availability. This means that you can finally apply the limitless cognitive power of artificial intelligence (AI) to any automation. AI Fabric Cloud is part of the UiPath Cloud Platform. Here are a few key features:

Seamless upload and deployment of machine learning (ML) models

Easily upload and deploy AI models into a Robotic Process Automation (RPA) workflow, as simply as you deploy an RPA process.

Out-of-the-box models available

You can select ready-to-use UiPath ML models that work best for your workflows and make them available for software robots to consume within minutes.

Drag-and-drop directly to RPA workflows

Deploy your ML models right in UiPath Studio by dragging and dropping them into your RPA workflows.

Version control and roll backs

Gain end-to-end visibility of model versioning and updates. You will know when models have been updated and your data science teams will know how your models are being used in production. You can also analyze model performance and impact with model management and monitoring.

Secure, highly available, and scalable

The UiPath Cloud Platform is highly available and scalable. It delivers the reliability and power you need behind your mission-critical automations.

UiPath Document Understanding now in First Availability

Document Understanding solution has entered First Availability as a Software-as-a-Service (SaaS). For now, it includes ML models for the two most common types of documents – invoices and receipts. More models are coming soon, including one for purchase orders.

With the power of AI, the product can process these types of documents despite their diverse structure and layouts, so that you don’t need to prepare multiple templates to extract data from them anymore. These ML models are trained to understand information from different invoices and receipts, making expense processing easier and faster.

Let’s dive in a bit: You can process documents in PDF, TIFF, PNG, and JPEG formats.There are several supported languages including English, Spanish, German, and Romanian.You can extract approximately 22 fields from invoices and 12 from receipts including vendor address, name, date, tax, total, quantity, unit price, and currency.

To start using this functionality, get the API key from your Cloud Platform account and configure the ML Extractor Activity in UiPath Studio. There, you can choose the invoice or receipt to be processed and the corresponding ML model will extract all necessary information.

Table support for Position-Based Extractor

Another of frequently requested feature has been released: Table support for Position-Based Extractor. Now you can easily extract data from tables in fixed forms such as Internal Revenue Service (IRS) fillings.

User Interface (UI) AutomationNext

This UI AutomationNext update brings major changes, including nothing less than a paradigm shift in the way UI automation is performed.

It’s a shift towards directly interacting with the automated application and the way robots ‘see’ the interface. This, plus the other smaller updates, take us one step closer to the promise of no-code reliable automations accessible to everyone.

It’s a major step, but there are a couple more equally large steps remaining until we get to the destination. So stay tuned, and make sure you join the Insider Preview Program to stay up to date with the latest news and be able to influence the development.

In previous releases, UiPath products used different methods of identifying and automating interface elements: selectors, text, Computer Vision, or images. Our new approach merges all these methods together to provide more reliability and better results in identifying elements on the screen.

UI Automation - New Interface

This new approach also makes it easier to build automations, as you no longer need to decide which method is best suited for the task at hand. The new selection mode offers more flexibility by letting you select, inspect, clear the target, and add multiple anchors.

UI Automation - Targets

Another important aspect is that the selection screen includes the runtime algorithm, which means it immediately displays how well the selection works, if it identified the correct elements, and it even allows you to test on multiple instances of the same application. So, when the interface you are automating changes, the algorithm will try to identify the elements on screen and show you the result right there in Studio.

UI Automation - Identification

There are multiple other improvements we won’t detail here, such as support for image anchors or the brand-new Send Keyboard Shortcut and Check State activities, but we’ll let you try them out on your own.

Explorer Expert

Explorer Expert made its way to General Availability delivering the leading process documentation tool: in-depth process capturing, intuitive editing, process diagram builder, one-click export to Microsoft Word (as a Process Definition Document) and UiPath Studio (as a workflow skeleton).

Since then, work on making Explorer Expert even better by focusing on product stabilization and roadmap. Support to check your current License ID and change the license type.Offline license activation, which allows activation regardless of location and Internet access. The activation workflow is similar to UiPath Studio.More flexibility in Process Diagrams. Now, you can save them as an image and easily share the process overview with your business analysts and RPA developers.Extended localization to enable you to create process documentation in 12 different languages. Simply go to the “Help” menu and click “Language.”Optimization of the Diagram Editor interaction, improved capture process, and a decrease in the size of the installer.

Apps

Dynamic Task Assignments through workflow

UiPath Apps to make human and robot collaboration more seamless. Specifically, we have focused on assigning tasks dynamically to users. Previously, users went to the Task Inbox to action a task or assign the task to another user. With Dynamic Task Assignment, tasks can now be dynamically assigned to users directly from a workflow. Tasks can also be assigned to a user based on categories, priorities, or even data in the Task.

For example, a task that has an invoice amount greater than $30,000 could be directly assigned to a specific user. By using this in combination with our Active Directory (AD) activities, the possibilities are endless.

Generic Task Activity and APIs for integration

Task creation in UiPath Apps is offered as an out-of-the-box solution and today it is tightly tied to Form visualization. From those of you invested in business process management (BPM) or process orchestration tools, we heard that you would like to keep the end user task experience within those existing systems. To make integration of tasks with external tools easier, we have decoupled the dependency on Form visualization and introduced the Generic Task Activity and APIs for integration. Now, we can enable integration scenarios with our BPM partners or any custom requirements to integrate and sync with UiPath Tasks.

UiPath Studio

Products expands with the addition of StudioX, we see an increasing need for governance rules that provide company-wide guidelines for how automations are developed. This is especially important for StudioX, designed for business users without coding experience, and why one of our main themes for the year will be “governance.”

Governance with additional Studio settings, feed packages, and restrictions through Workflow Analyzer rules. Now, you can manage sources and allow users to install custom feeds, or to only use an official company feed.

Studio - Manage Sources

You can also enforce a set of rules through the Workflow Analyzer, placing restrictions on which rules can be edited by users.

Studio - Workflow Analyzer

Check out our support docs to take advantage of these features today, by creating a companywide governance policy. As we continue this theme, additional features will be added to both Studio and StudioX to provide further governance for users as they develop and work with automations.

Another key theme for 2020 is “speed as a feature,” which speaks to our goal of improving overall system health and performance. Two new features in this area can be found in the debugging ribbon:

Show execution trail

This feature shows the executed steps in green while the step that failed is highlighted with a red icon, allowing you to rapidly identify the cause of the problem. Any elements not executed are excluded. We plan to expand this capability to display the timestamps for activity execution and offer further context on the execution trail.

Studio - Execution Trail

Continue on Exception

This feature allows you to choose whether to continue when an exception occurs, or to stop and resolve issues. We will expand this in future releases and include an Exception panel for further control over exceptions.

Expanded services available for integration, delivering Postman support. For those of you unfamiliar with this tool, it is commonly used for testing web services and APIs. Postman offers the ability to group and chain APIs into collections and expose them online. With an API key, you can execute those collections from an application, such as UiPath Studio.

Studio - Postman

Further details on these new features, as well as the complete list of more than 700 quality enhancements included in this release, can be found on the UiPath Community Forum.

StudioX

New entrant to the Studio family also benefits from the broader governance theme. The Workflow Analyzer in StudioX can identify when unique names are not being used, or when references have not been correctly identified. This make projects easier to follow and ensures development of task automations goes smoothly for non-technical business users.

Two new features make it easier for business users to develop automations. First, are templates, which are fully functional starters that make it easier to get going with automations.

StudioX - New Template

Instead of starting from a blank canvas, you can pick one of our templates and customize it to your needs. This, together with Common Scenarios make it very simple for a business user to automate common tasks. When they are in the canvas, such as in a Microsoft Outlook context, our Common Scenarios will automatically prioritize the email activities.

StudioX - Common Scenarios

Starting with this release, Application Cards are renamed to make them more user friendly. The Microsoft Excel workspace is renamed Project Notebook to better articulate its role within a task automation.

StudioX - Cards

On the StudioX Public Preview, which provided us with greater clarity on the interface and features.

Microsoft Office integrations, adding Word activities to this release and improving the Excel activities list. Check out the new StudioX workflows and let us know which are most useful in your projects.

uipath-studiox-workflows

Native integrations

A new integration with ServiceNow that makes it easy to automate complex IT, human resources (HR), and customer service workflows across ServiceNow and your entire software ecosystem. The new UiPath Activity Pack for ServiceNow connects the UiPath Enterprise RPA Platform to ServiceNow using ServiceNow’s publicly supported APIs. This dynamic integration allows your robots to easily work with ServiceNow records, manage attachments, perform bulk operations, and leverage Import Sets directly. Learn more about the UiPath Activity Pack for ServiceNow.

Integration with Microsoft Dynamics. The UiPath Activity Pack for Microsoft Dynamics lets users seamlessly automate tasks in Microsoft Dynamics. In this release, we have simplified the user experience so developers can design automations faster. Also added a capability that enables developers to manage attachments and work with any of the more than 300 functions and over 100 actions in Microsoft Dynamics.

UiPath Connect

Connect - Homepage

A major update to UiPath Connect, our community ecosystem where RPA professionals are coming together to learn RPA, solve problems, and network.

Connect has a new look and feel, plus an enhanced user experience that brings UiPath Academy, Community, and Marketplace together into one destination. Community members can easily contact each other directly with the new messaging feature. With the new leaderboard, members can see how they stack up against others as they earn points and badges for their community activity. We’ve also introduced an upgraded experience for Marketplace administrators, with a new dashboard that provides component download stats, reviews, incoming leads, and bug reports.

Search Course

Trending Courses
Appian BPM Training Course in Hyderabad
Appian Training in Hyderabad With 100% Placement Assistance Enroll For...
AI & Data Science Using Python
AI & Data Science Using Python Training in Hyderabad With...
Multicloud Devops with Security
Multi Cloud DevOps Training in Hyderabad With 100% Placement Assistance...
Digital Marketing
Digital Marketing Training in Hyderabad With 100% Placement Assistance Enroll...
Cyber Security
Cyber Security Training in Hyderabad With 100% Placement Assistance Enroll...
Latest News
Appian BPM Training Course in Hyderabad
Appian Training in Hyderabad With 100% Placement Assistance Enroll For...
AI & Data Science Using Python
AI & Data Science Using Python Training in Hyderabad With...
Multicloud Devops with Security
Multi Cloud DevOps Training in Hyderabad With 100% Placement Assistance...
Digital Marketing
Digital Marketing Training in Hyderabad With 100% Placement Assistance Enroll...
Cyber Security
Cyber Security Training in Hyderabad With 100% Placement Assistance Enroll...
Latest Blog
13 SMART SOCIAL MEDIA MARKETING TIPS FOR 2020
Social Media, It slowly crept into our lives, little by...
DATA SCIENCE IN HEALTH CARE | 7 WAYS DATA SCIENCE IS RESHAPING HEALTHCARE
7 Ways Data Science Is Reshaping Healthcare What do healthcare...
TOP 9 SOCIAL MEDIA TRENDS TO WATCH IN 2020
Social media trends rarely stay the same from year-to-year. That’s...
TOP SOCIAL MEDIA TRENDS FOR 2020 AND BEYOND
Saying that most people spend a good part of their...
AI FABRIC CLOUD WITH UiPath PLATFORM
AI Fabric Cloud is live AI Fabric Cloud is live,...

EazyGurus is a leading IT learning and training solution provider. We support individual IT career aspirants to learn and nurture advanced IT skills and competencies.

Privacy

Terms of Use
Privacy Policy
Cancellation & Refund Policy
Shipping & Delivery Policy

Quick Links

About Us
Services
Courses
Blog

Trending Courses

  • AI & Data Science Using Python

  • Multicloud Devops with Security

  • Digital Marketing

  • Cyber Security

  • Generative AI and Prompt Engineering

  • Python Full Stack Developer

  • Java Full Stack Developer

© 2025 Welcome to EazyGurus

90320 18369
info@eazygurus.com
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. ACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT