botBotGo
botBotGo
  • Видео 22
  • Просмотров 101 547
UiPath's REFramework - 5 | Project Structure in REFramework
This video is just an exploratory video showcasing different components of the framework namely the project structure and variables.
#uipath #reframework #uipathcommunity
⏩Fast Forward to:
00:00 - Recap
00:28 - Agenda
00:45 - Starting a RE Framework Project in UiPath Studio
01:35 - Project Structure of RE Framewrok
04:08 - Components of State Machine
05:35 - Variables used in RE Framework
08:45 - Summary
🔔Subscribe:
ruclips.net/channel/UC2Bcs10BbqyORBKztCIb6Gg
▶️ UiPath's REFramework Playlist:
ruclips.net/p/PL0ugL3aVdd-n7LRhD2dO6Tau5lIvw5PKq
📄 REFramework Documentation:
github.com/UiPath/ReFrameWork/blob/master/Documentation/REFramework%20documentation.pdf
📁 Git Repository:
github.com/UiPath/ReFrameWork
🎵...
Просмотров: 227

Видео

UiPath's REFramework - 4 | Building State Machine diagram of REFramework
Просмотров 2433 года назад
This video explains how the state machine diagram is built in REFramework. We go through each and every state 1-by-1 to understand the purpose of each state and see how they are connected with each other using transitions So, let's check out this video and built the state machine diagram of an REFramework with an example. #uipath #reframework #statemachines ⏩Fast Forward to: 00:00 - Recap 00:58...
UiPath's REFramework - 3 | Concept of State Machines
Просмотров 3503 года назад
This video explains the concept of state machine in detail. The REFramework is implemented as a state machine, which is a type of workflow that has two very useful features: States that define actions to be taken according to the specified input Transitions that move the execution between states depending on the outcomes of the states themselves. So, let's check out this video to understand sta...
UiPath's REFramework - 2 | Concept of Transactional Process
Просмотров 5803 года назад
This video explains the concept of transactional process in detail. Considering the steps of a business process and how they are repeated, we can divide business processes into three categories - Linear, Iterative and Transactional. Each of these process has its pros and cons and should be applied depending on the automation scenario. So lets check out to understand this in detail. #uipath #ref...
UiPath's REFramework - 1 | Why we need RE Framework?
Просмотров 4103 года назад
This video gives an introduction to UiPath's Robotic Enterprise Framework also known as the REFramework and is the first video of UiPath's RE Framework series. It goes on to explain its importance to make scalable and robust automations. #uipath #reframework #automatedenterprise #intelligentautomation ⏩Fast Forward to: 00:00 - Start 00:53 - Why we need REFramework? 02:33 - Sneak peek into REFra...
UiPath AI Fabric - 3 | Deploy and Train ML Packages in AI Fabric | Add Datasets & Create Pipelines
Просмотров 6 тыс.3 года назад
This video explains how to Deploy and Train a ML Package in AI Fabric. Create Full, Training and Evaluation pipelines. It further shows how to use the ML Skill and Re-Train the models using inputs from UiPath Studio's deployed workflows. #uipath #aifabric #intelligentautomation ⏩Fast Forward to: 00:00 - Start 01:26 - Add a trainable ML Package 03:23 - Add Training and Evaluation Dataset 06:30 -...
UiPath AI Fabric - 4 | Deploy Python built Custom ML Packages in AI Fabric
Просмотров 2,4 тыс.3 года назад
This video explains how to Deploy a Custom Machine Learning Package built in Python as a zip file in AI Fabric. #uipath #aifabric #intelligentautomation ⏩Fast Forward to: 00:00 - Start 00:45 - Walk-through in Python ML Package 02:38 - Upload Python Custom ML Package 05:15 - Deploy the added package as ML Skill 06:46 - Use the ML Skill in Studio 🔔Subscribe: ruclips.net/channel/UC2Bcs10BbqyORBKzt...
UiPath AI Fabric - 2 | Setup AI Fabric and Deploy your first ML Skill
Просмотров 3,5 тыс.3 года назад
This video explains how to setup AI fabric in UiPath and helps you Deploy your first ML Skill from UiPath's Out of Box Packages #uipath #aifabric #intelligentautomation ⏩Fast Forward to: 00:00 - Start 00:35 - AI Fabric Setup 02:18 - Create AI Fabric Roles and Invite Users 04:51 - Create a new Project in AI Fabric 06:03 - Add a UiPath's Out of the Box ML package 07:38 - Deploy the added package ...
UiPath AI Fabric - 1 | Concepts behind AI Fabric | Datasets, ML Packages, Pipelines & Infrastructure
Просмотров 4,7 тыс.3 года назад
This video explains the various elements and concepts surrounding AI fabric and also how AI Fabric connects each of these element to provide a complete infrastructure to deploy, manage, and continuously improve Machine Learning models and consume them within RPA workflows in Studio. #uipath #aifabric #intelligentautomation ⏩Fast Forward to: 00:00 - Start 00:30 - Why do we need Intelligent robot...
Google GSuite in UiPath - 5 | How to automate Google Calendar interactions with UiPath?
Просмотров 2,1 тыс.4 года назад
The Google Calendar activities in UiPath provide methods to create new calendar events, retrieve events from a specific calendar and update existing calendar events. In this video we see how to use these activities. #googlecalendar#uipath #gsuite ⏩Fast Forward to: 00:00 - Start 01:15 - How to define GSuite Application Scope? 03:32 - Get Mail Messages Activity 07:40 - Create Event Activity 08:15...
Google GSuite in UiPath - 4 | How to automate Google Sheets interactions with UiPath?
Просмотров 12 тыс.4 года назад
The Google Sheet Activities in UiPath provide methods to automate your interactions with Google Sheets, including creating and editing of spreadsheets. In this video we see how to use these activities. #googlesheets #uipath #gsuite ⏩Fast Forward to: 00:00 - Start 01:30 - How to define GSuite Application Scope? 02:56 - Create Spread Sheet Activity 03:53 - Write Range Activty 06:46 - Move File Ac...
Google GSuite in UiPath - 3 | How to automate Google Drive interactions with UiPath?
Просмотров 6 тыс.4 года назад
The Google Drive Activities in UiPath provide methods to automate your interactions with Google Drive items, including finding and moving files, creating new folders, and managing file permissions. #drive #uipath #gsuite ⏩Fast Forward to: 00:00 - Start 01:40 - How to define GSuite Application Scope? 02:52 - How to create folder in Google Drive with UiPath? 06:38 - How to upload local file to Go...
Google GSuite in UiPath - 2 | How to automate Gmail activities in UiPath?
Просмотров 10 тыс.4 года назад
The Google Mail Activities in UiPath provide methods to automatically retrieve and send emails. This video explains in detail about the Google mail Activities. #gmail #uipath #gsuite ⏩Fast Forward to: 00:00 - Start 01:33 - How to define GSuite Application Scope? 03:52 - How to use GSuite's Get Mail Message activity 04:27 - How to use label Filter in GSuite's Get Mail Message activity 11:48 - Ho...
Google GSuite in UiPath - 1 | How to setup G Suite to use Google GSuite activities in UiPath?
Просмотров 8 тыс.4 года назад
Google GSuite in UiPath - 1 | How to setup G Suite to use Google GSuite activities in UiPath?
UiPath RPA Challenge - 4 | Invoice Extraction - UiPath Intelligent OCR to extract data from invoices
Просмотров 5 тыс.4 года назад
UiPath RPA Challenge - 4 | Invoice Extraction - UiPath Intelligent OCR to extract data from invoices
Document Understanding with UiPath's Intelligent OCR - Full Tutorial
Просмотров 27 тыс.4 года назад
Document Understanding with UiPath's Intelligent OCR - Full Tutorial
UiPath RPA Challenge - 3 | Movie Search - Add Cognitive Skills to your Bot with Rest API | RPA + AI
Просмотров 3,1 тыс.4 года назад
UiPath RPA Challenge - 3 | Movie Search - Add Cognitive Skills to your Bot with Rest API | RPA AI
UiPath RPA Challenge - 2 | Shortest Path - Attended bot for Screen Scraping with OCR in UiPath
Просмотров 3,4 тыс.4 года назад
UiPath RPA Challenge - 2 | Shortest Path - Attended bot for Screen Scraping with OCR in UiPath
UiPath RPA Challenge - 1 | Input Forms - Handle Unreliable Selectors with Anchor Base in UiPath
Просмотров 1,7 тыс.4 года назад
UiPath RPA Challenge - 1 | Input Forms - Handle Unreliable Selectors with Anchor Base in UiPath
UiPath Setup - 3 | Git Integration with UiPath | Why we need Git? | UiPath Version Control System
Просмотров 2,4 тыс.4 года назад
UiPath Setup - 3 | Git Integration with UiPath | Why we need Git? | UiPath Version Control System
UiPath Setup - 2 | UiPath Platform | Publish, Deploy & Run UiPath Project from Orchestrator - 2020
Просмотров 1,3 тыс.4 года назад
UiPath Setup - 2 | UiPath Platform | Publish, Deploy & Run UiPath Project from Orchestrator - 2020
UiPath Setup - 1 | UiPath Installation and Setup Guide 2020
Просмотров 4484 года назад
UiPath Setup - 1 | UiPath Installation and Setup Guide 2020

Комментарии

  • @gauravbatra10
    @gauravbatra10 6 месяцев назад

    Hi Bro, I am not able to select 5 information on Page 1. I am only able to select one. Are you using shift or ctrl ki to select 5 information... I a,m working on 2 page PDF.Please suggest. I am waiting

  • @cddu2390
    @cddu2390 8 месяцев назад

    When i am using get mail activity i am getting object reference not set to instance......but i provided everything said like in video

  • @visumanelli9360
    @visumanelli9360 Год назад

    Very Nice

  • @Vijay_0815
    @Vijay_0815 Год назад

    if you shown the remaining workflows, its would be good video

  • @IvyQBee
    @IvyQBee Год назад

    Hello! Excellent channel. Where can we get a copy of the slide deck for this presentation? Thank you so much.

  • @purnyaawasthi287
    @purnyaawasthi287 Год назад

    Love the explanation 👏👏

  • @sassydebbie
    @sassydebbie Год назад

    Hi, good day. Please I can't seem to download those packages you mentioned. Do you have any idea how I can work it out?

  • @UnknownStatus11
    @UnknownStatus11 Год назад

    Sir, how to automate Google Cloud Vision with UI path

  • @omololasamson5877
    @omololasamson5877 Год назад

    Thanks for the good job you're doing. Please how did you get the endpoint or is it general for everyone?

  • @nehaaggarwal8001
    @nehaaggarwal8001 2 года назад

    thank you for this very informative video

  • @larryding7618
    @larryding7618 2 года назад

    oh my gosh. i hope you can upload more videos.

  • @laxmipriyapradhan1704
    @laxmipriyapradhan1704 2 года назад

    Sir, can you please do it for pan card and aadhar jpg file ??because I have tried lot of time but didn't get and also when i have give the whole folder path it's showing error why is it so I don't know .... Please please help me to do the task where we have some folder of different candidate where each candidate have their own pan and aadhar card image from that need to extract the particular field like aadhar no.,pan no. And store in a file ... If u can store in MySQL that is very good for me but please sir can you do for whole folder to provide in the documentPath variable where each candidate have their own aadhar and pan card. Please i need it please do this.

  • @fasthero
    @fasthero 2 года назад

    Thanks A lot!!

  • @nishitkasbi5033
    @nishitkasbi5033 2 года назад

    For a trained ML skill to be used in the ML extractor of Document understanding framework..does the same method need to be followed?

  • @hsetin
    @hsetin 2 года назад

    "get gmail " is not showing me the activity called "Get Gmail" although I have installed the Google Workspace package? I only see "Use Gmail" in my list?? Help!!

  • @ashwiniterdal7179
    @ashwiniterdal7179 2 года назад

    Share the workflow of file

  • @yogeshwarsingh6768
    @yogeshwarsingh6768 2 года назад

    Hii Thnaks you so much🥰🥰🥰 for this video its very helpful for me.I have little dout if i have diff invoice means not for same company formet are diffrent so how i will Extract those data please guide me.I am waiting its very important for me Thanks you so much🥰😃

  • @safiratanty537
    @safiratanty537 2 года назад

    how do i want to share files to multiple users?

  • @yashobantadash6670
    @yashobantadash6670 2 года назад

    do we only need the csv file to upload, not the json one?

  • @yashobantadash6670
    @yashobantadash6670 2 года назад

    can you make video on new ai center witha use case to create own ml models and deploy in a process?

  • @yashobantadash6670
    @yashobantadash6670 2 года назад

    great video! what is the work of a process controller? are the team lead of rpa developers process controller?

  • @allthecommonsense
    @allthecommonsense 2 года назад

    31:09 I don't see a "due date" on that invoice, yet you seem to have configured a custom area and edited that process out. Seems to me like a mistake.

  • @allthecommonsense
    @allthecommonsense 2 года назад

    Also... seems like a mistake to ASSUME that classification result will only match 1 document type. You never check how many matches it got, and *assume* it's always classificationResult(0)

  • @allthecommonsense
    @allthecommonsense 2 года назад

    You overcomplicated the classification keywords by using "Add a new set" instead of just typing the right syntax into the first set to add multiple keywords. No need to have more than 1 set in these examples.

  • @balajitk5433
    @balajitk5433 2 года назад

    Very useful

    • @balajitk5433
      @balajitk5433 2 года назад

      Please provide a full series on ml skills

  • @abelspero3138
    @abelspero3138 2 года назад

    How would I create copies of a Google sheet in drive, and re-name them individually by row. based on either a Google sheet column or an array?

  • @demandsimitationservices
    @demandsimitationservices 2 года назад

    Good Day !! Are you looking for RPA implementation partner ? We have expert's of RPA Team, and can help you to automate the manual process through RPA implementation. @/uiPATH @/automationanywhere For POC & Enquiry please contact : Email - info@demandsimitationservices.com lnkd.in/dqDGSVMC Thanks you !! Demands Imitation Services

  • @shivamchaturvedi5123
    @shivamchaturvedi5123 2 года назад

    I am getting a message "This app is blocked". How to resolve the same

  • @amaryelane2615
    @amaryelane2615 2 года назад

    Thank You

  • @rpaclass5972
    @rpaclass5972 2 года назад

    very neat explanation ..just one question how can we get attachments pls ? thank you

  • @Volkanizma
    @Volkanizma 2 года назад

    After creating training pipeline the status stuck in "Waiting for resources". This is the only pipeline I have. Can anybody explain why it stucks here?

  • @WebHNT
    @WebHNT 2 года назад

    Can you share me a slide ? Video is interesting and helpful. Thank you !!! <3

  • @zoeyuwang6123
    @zoeyuwang6123 2 года назад

    I made a process based on your video, but I reported an error in one place: Data Extraction Scope: Index was outside the bounds of the array. And I cant fix it. Can you help me?

    • @savagestroke4943
      @savagestroke4943 2 года назад

      when defining the keywords, make sure that you typed correctly "invoice" , "receipt", "walmart"

  • @zoeyuwang6123
    @zoeyuwang6123 2 года назад

    Could you share the hole project that I want to learn carefully.

  • @felipemiguel5581
    @felipemiguel5581 2 года назад

    Your video help me to lot, very very thank you.

  • @MrMatuch
    @MrMatuch 2 года назад

    @botBotGo I was learning a lot from this video, but it seems like the RPA Challenge website itself is no longer working. I load movies and try to click the word bubble next to the title, but no reviews pop up. Do you know if the challenge site is not working? Are you able to load the reviews still? Just wondering! I can't find out anywhere else. Thanks.

  • @shria3421
    @shria3421 3 года назад

    Thanks for the video. Can we get the mail from get mail activity for the same gmail account for which service account is created . I am getting the error message "get mail messages: Precondition check failed(400) error

  • @amaniboukadida6993
    @amaniboukadida6993 3 года назад

    thank you

  • @gracyziba8607
    @gracyziba8607 3 года назад

    step by step explanation .so simple

  • @umaramnath1961
    @umaramnath1961 3 года назад

    Hello! I followed your tutorial. I am trying to extract data from the receipt using ML extractor. I used "du.uipath.com/ie/receipts" as the end point but I am not getting the dropdown under the ML extractor while defining the attributes of the document to be extracted. Can you please help me solve this?

  • @Tabvincoholic
    @Tabvincoholic 3 года назад

    you are helping a lot through your channel I see you also consider the suggestions , can you make a video about taking data from excel searching online taking screenshot of web attachment image type and saving an image in an excel cell using UI path ,. for continue process

  • @sunpreetsingh5143
    @sunpreetsingh5143 3 года назад

    Please make more videos.. We need you

  • @mushtaqahmed1446
    @mushtaqahmed1446 3 года назад

    Hello, I just started learning UiPath and these videos are really helpfull. When I'm trying "Update File Permission", I get this error "Update File Permission: Object reference not set to an instance of an object." even though I have provided FileID and existing PermissionID. Am I missing anything here?

  • @anuritamishra6619
    @anuritamishra6619 3 года назад

    How to download the excel file from google drive?

  • @deathsquad383
    @deathsquad383 3 года назад

    Great tutorial, thank you for posting

  • @amanda9674
    @amanda9674 3 года назад

    Is there a setting or environment variable we need to create to get the 'results-PDF'? After running my full pipeline, I only get a _results.json file. Thanks for the informative video!

  • @fernandoagalvao
    @fernandoagalvao 3 года назад

    This is perfect! Thanks.

  • @fernandoagalvao
    @fernandoagalvao 3 года назад

    very good my friend ! thanks.

  • @vishalsingh8758
    @vishalsingh8758 3 года назад

    Thanks for the great video. I am able to upload a csv file to drive successfully, but for some reason the csv file is getting changed to google sheet format. How can I avoid that? Do I need to send some extra info in the activity? Pls Note: I have already disabled auto change format option for files in the drive folder, but still no luck. Also, I am using service account to avoid consent screen.

  • @akonhassan
    @akonhassan 3 года назад

    And orchestra