UiPath by Sujitha
UiPath by Sujitha
  • Видео 101
  • Просмотров 90 243
API example in UiPath|Weather Report using API| HTTP Request|read excel, call API for Weather report
Hi Techies,
In this video, we will automate the process of getting Weather report of different countries using Web APIs, Http requests in UiPath
************** UiPath by Sujitha ****************
Weather report using API:
1. Read the input from an excel - Country data
* Created a dummy data excel for project purpose
2. Pass the input to API and get the weather report of each country
* openweathermap.org/
Signin to this website to get API key for API usage
* goto this path
api.openweathermap.org/data/2.5/weather?q=London,uk&APPID=
3. Save the Weather Report in an Excel
API:
api.openweathermap.org/data/2.5/weather?q=London,uk&APPID=
WeatherReport - API - ruclips.net/video/-RUQe-Adpp8/видео.html
D...
Просмотров: 1 968

Видео

Deserialize Json Array in UiPath | Read values from Json array | for each & using Index | Beginners
Просмотров 1,5 тыс.Год назад
Hi Techies, In this video we can learn how to use Deserialize Json Array activity using UiPath UiPath by Sujitha Deserialize Json Array: Json Array ? * Ordered elements separated by comma ',' * Surrounded by [] * Data types : String, integer, boolean, object, null * Starts from zero and ends with length-1 index Example: [ "UiPath", "BOT", "Automation" ] Read Data from Json Array- 1. jArrayInput...
JSON activities in UiPath | deserialize json | datatypes in json | jobject in UiPath | WebAPI
Просмотров 561Год назад
Hi Techies, In this video we can learn basics about json and json activities in UiPath UiPath by Sujitha Json Activities in UiPath JSON: What ?? - JavaScript Object Notation - Human readable format, i.e, key value pairs - replacement service of xml Json Object: - Surrounded by { } curly braces - Each key value pair will be separated by a "," comma - Each key and value will be separated by a ":"...
API Call in UiPath | how to use http request in UiPath | deserialize json | web automation using API
Просмотров 3,8 тыс.Год назад
Hi Techies, In this video you can learn about the basic http request steps in calling API using UiPath Deserialize json - ruclips.net/video/2I9QvWuY4ik/видео.html http request - ruclips.net/video/cdWJsvgRr2A/видео.html API Calls - ruclips.net/video/2k9k4djW5f0/видео.html ETag SharePoint API - ruclips.net/video/Z9Jz3Bjz-1Y/видео.html Text to PDF - ruclips.net/video/miV2M20GKd4/видео.html Wait fo...
API Calls - UiPath | Basics for beginners | HTTP Request | HTTP Response | URL | Web Automation
Просмотров 485Год назад
Hi Techies, In this video, lets discuss about the basics of API calls UiPath by Sujitha API Calls - UiPath What is an API? API - Application Programming Interface - Allows to communicate with two or more Applications Ex: RUclips, bank websites, facebook all other websites Why we use? - To exchange data/ to transform the data Exchange data between client and server Client - browser Server - Face...
The request ETag value '' does not match the object's ETag value | SharePoint API errors | UiPath
Просмотров 896Год назад
Hello Techies, In this video we can see the solution for The request ETag value '' does not match the object's ETag value error. UiPath by Sujitha The request ETag value '' does not match the object's ETag value "245343433tgdfvdrhrngnghghf" When ? - When we try to update a value in SharePoint using API What is ETag? SharePoint uses the ETag header to ensure that when you update an item, you're ...
How to Convert Text file to PDF in Uipath | How to convert a word document to PDF |common mistakes
Просмотров 730Год назад
Hi Techies, In this video you can learn simple steps on converting a text file to PDF file and converting a word document to a PDF known and common mistakes ETag SharePoint API - ruclips.net/video/Z9Jz3Bjz-1Y/видео.html Text to PDF - ruclips.net/video/miV2M20GKd4/видео.html Wait for Download - ruclips.net/video/Ct1B2I1ASaE/видео.html Write Vs Append Range workbook - ruclips.net/video/of0ZBx37mi...
How to Instruct Bot to wait until file download completes |UI Automation techniques|waitFforDownload
Просмотров 500Год назад
Hi Techies, In this video you can learn how to pause bot until the browser completes downloading the file. Stop bot executing other activities in the sequence until the download completes. Text to PDF - ruclips.net/video/miV2M20GKd4/видео.html Wait for Download - ruclips.net/video/Ct1B2I1ASaE/видео.html Write Vs Append Range workbook - ruclips.net/video/of0ZBx37miE/видео.html Object reference n...
Write Range Workbook Vs Append Range Workbook in UiPath | When to use
Просмотров 1,2 тыс.Год назад
Hello Techies, Here are main differences, common functionalities of Write Range workbook and Append range workbook Write Range Workbook Append Range Workbook write the data from datatable to a workbook sheet (Appending) writing/copying the data from datatable to a workbook sheet from the next available/existing row Starts copying from the 1st cell -"A1" or from the given/provided range - ("Star...
Object reference not set to an instance of an object |UiPath activity initialization issue solution
Просмотров 4 тыс.Год назад
Hi Techies, Many of you might be facing this issue while automating. UiPath by Sujitha Add Data Column: Object reference not set to an instance of an object not set to an instance not initialized data table new Datatable String Array {" "," "," "} Write Vs Append Range workbook - ruclips.net/video/of0ZBx37miE/видео.html Object reference not set to an object - ruclips.net/video/weLF5UUTcKc/видео...
Daily Weather Report | Uipath Demo using Ui Automation and Excel Automation | Dynamic Weather report
Просмотров 1,7 тыс.Год назад
Hi Techies, This is a demo on extracting Daily weather report using dynamic locations. UiPath by Sujitha Practice Session: Monthly Weather Report Read location details from the file 1. Open a Browser 2. Search for todays weather report for a specific set of location 3. Capture the data to an excel (append data without missing yesterdays) Object reference not set to an object - ruclips.net/video...
How to open Browser using UiPath | How to maximize browser window |How to close browser using UiPath
Просмотров 579Год назад
Hi Techies, In this video, we can learn how to Open browser using UiPath Simple and easy process for beginners Weather Report - ruclips.net/video/ivbENvkGZUM/видео.html Open Browser - ruclips.net/video/opnr88hWSWA/видео.html Navigate browser - ruclips.net/video/UoBLvjzeZ7I/видео.html Type Regex not defined - ruclips.net/video/F0cIhA89upI/видео.html Default Input Method - ruclips.net/video/RtDeJ...
Navigate browser | Modern activities in UiPath studio | How to use navigation options in browser
Просмотров 1,2 тыс.Год назад
Hi Techies, In this video, we learn how to use Navigate browser activity in UiPath studio How to go back to previous page in a browser How to go forward in a browser How to close tab in a browser How to refresh the page in a browser How to go to home page in a browser UiPath by Sujitha Navigate Browser: * go to home * go back * go forward * close the tab * refresh Open Browser - ruclips.net/vid...
Type Regex not defined | How to resolve regex issues in UiPath studio | regular expressions errors
Просмотров 364Год назад
Hi Techies, In this video you can see the simple technique to resolve "Type Regex not defined" error in UiPath Studio. UiPath by Sujitha Regular Expressions: Regular expressions are combinations of special character operators, which are symbols that control the search, that you can use to construct search strings for advanced find and/or replace searches. Type 'Regex' is not defined or declared...
How to Change the default input method to simulate for all the UI activities in the project
Просмотров 606Год назад
Hi Techies, In this video, we can learn How to Change the default input method to simulate for all the UI activities in the project UiPath by Sujitha Find the default input method for the UI activities in the project, & Change the default input method to simulate for all the UI activities Input Method/mode: Chromium API, Hardware events, Simulate, Window messages Default Input Method/mode - Chr...
The UI Element to be found does not belong to the target application that has 'Window attach mode'
Просмотров 1,6 тыс.Год назад
The UI Element to be found does not belong to the target application that has 'Window attach mode'
Get OCR Text | OCR Engines in UiPath | Use case | Extract text from Ui Element or Image
Просмотров 7 тыс.Год назад
Get OCR Text | OCR Engines in UiPath | Use case | Extract text from Ui Element or Image
Value of type ‘String’ cannot be converted to ‘System.Security.SecureString’ | How to convert
Просмотров 854Год назад
Value of type ‘String’ cannot be converted to ‘System.Security.SecureString’ | How to convert
Watch Panel in debug mode | UiPath debugging techniques | watch variable , argument , values
Просмотров 435Год назад
Watch Panel in debug mode | UiPath debugging techniques | watch variable , argument , values
CSV file Automation example | Verify CSV files | UiPath studio use case | read , append , write csv
Просмотров 1,2 тыс.Год назад
CSV file Automation example | Verify CSV files | UiPath studio use case | read , append , write csv
Manage CSV Files | CSV file Automation | example in UiPath Studio using read , write, append csv
Просмотров 226Год назад
Manage CSV Files | CSV file Automation | example in UiPath Studio using read , write, append csv
Missing Invalid activities issue | How to find and resolve / fix package dependency issues
Просмотров 730Год назад
Missing Invalid activities issue | How to find and resolve / fix package dependency issues
Web Automation Example | Foreach UI element activity use case | Web Automation in UiPath
Просмотров 2,8 тыс.Год назад
Web Automation Example | Foreach UI element activity use case | Web Automation in UiPath
Build DataTable Activity example to create Data table in UiPath
Просмотров 682Год назад
Build DataTable Activity example to create Data table in UiPath
Generate Data table from text activity example | read from text file | write to excel | UiPath
Просмотров 4,1 тыс.Год назад
Generate Data table from text activity example | read from text file | write to excel | UiPath
Data Tables in UiPath | How to create Datatables | different ways to create datatable in UiPath
Просмотров 492Год назад
Data Tables in UiPath | How to create Datatables | different ways to create datatable in UiPath
Data Types in UiPath Studio | Types of Variables | How to know the datatype while creating variable
Просмотров 431Год назад
Data Types in UiPath Studio | Types of Variables | How to know the datatype while creating variable
ForEach UI Element example | For each UI element activity in UiPath
Просмотров 6 тыс.Год назад
ForEach UI Element example | For each UI element activity in UiPath
Throw activity and Rethrow activity in UiPath| Exception Handling | Create Business logic Exceptions
Просмотров 849Год назад
Throw activity and Rethrow activity in UiPath| Exception Handling | Create Business logic Exceptions
Errors Vs Exceptions | System Exceptions Vs Business Exceptions | UiPath Exception Handling
Просмотров 433Год назад
Errors Vs Exceptions | System Exceptions Vs Business Exceptions | UiPath Exception Handling

Комментарии

  • @ahmedhelal920
    @ahmedhelal920 13 дней назад

    hi i have this error during extract data from scaned receipt Get OCR Text 'AVL_AVView': Error performing OCR: Could not load file or assembly 'Emgu.CV.Platform.NetStandard, Version=4.5.3.4721, Culture=neutral, PublicKeyToken=7281126722ab4438' or one of its dependencies. The system cannot find the file specified.

    • @vishalnv240
      @vishalnv240 7 дней назад

      Hi ahmed, based on the error it seems the ocr is unable to open the file. Check if the scanned document path is correct.

  • @filipequeiroz1133
    @filipequeiroz1133 25 дней назад

    but it didn't clock on images

  • @bukomc
    @bukomc Месяц назад

    for fuck sake there is like 0 videos to explain how post method works and how to set parameters with different types like arrays and so on

  • @mohasinmulani7599
    @mohasinmulani7599 Месяц назад

    Modern Design Experience option is not available in my UiPath. Please tell me what should i do ?

  • @yeafiawal1383
    @yeafiawal1383 Месяц назад

    Hi Sujitha, thank you so much. Can you please make a tutorial on how to perform different boundary value/inputs for eamil and password like how we do in manual for test suit automation ? Thank you !

  • @harshkankariya4423
    @harshkankariya4423 2 месяца назад

    how you added enter in keyboard shortcut

  • @abdelfatahdiab9870
    @abdelfatahdiab9870 2 месяца назад

    HOW TO GET THE EXTRACTED DATA INTO EXCEL

  • @YeafiAwal
    @YeafiAwal 2 месяца назад

    Do you do Test Automation and Autopilot with Test Automation ?

  • @PankajSingh-en6qq
    @PankajSingh-en6qq 3 месяца назад

    Helpful.

  • @sahamkhalid977
    @sahamkhalid977 3 месяца назад

    Can OCR use in email ?

  • @hu2113
    @hu2113 3 месяца назад

    Very detailed explanation. Thank you so much

  • @izzymtl
    @izzymtl 3 месяца назад

    Can you save all the data to an excel file after?

  • @terrymarr5265
    @terrymarr5265 3 месяца назад

    can't hear you

  • @hu2113
    @hu2113 4 месяца назад

    Thanks for the very informative video with the pictorial representation. Liked and subscribed.

  • @hu2113
    @hu2113 4 месяца назад

    Thank you very much. very nice and clear explanation.

  • @annahamady8394
    @annahamady8394 5 месяцев назад

    Thank you, it was very helpful for me!

  • @TeluguDevotionalJourneys
    @TeluguDevotionalJourneys 5 месяцев назад

    What is the Difference between generic variable and object variable in uipath

  • @liyosabu5683
    @liyosabu5683 5 месяцев назад

    Thank you so much this video helped me a lot for my project🙏🙏🙏

  • @Tu-nak-tu-nak
    @Tu-nak-tu-nak 5 месяцев назад

    Hi thanks for the content. Got one question when I follow this in the notepad am getting two password. Not sure where I am going wrong

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

    How to get irct website data by using get text please make video on that

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

    Thanks a lot 🙏❤

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

    For me VB expression CurrentRow(1).ToString Showing wrong

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

    Thanks Sujitha, i am currently working of extracting specific number from an image, i dont know how to excute it further

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

    hi, I follow your step until end video but my uipath is still error because "could not find the user-interfance (UI) element for this action. please help me for this error

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

    I have two work flow both runs on edge browser and download some stuff....can i run them Parallely ?

  • @user-jx2pd3fe6k
    @user-jx2pd3fe6k 6 месяцев назад

    Lifesaver.....thanks Sujitha

  • @mounikatummalapalli2907
    @mounikatummalapalli2907 7 месяцев назад

    Excellent

  • @subhasishghosh2467
    @subhasishghosh2467 7 месяцев назад

    How to handle if an image selected under click activity does not exist

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

      sorry for late reply, if the issue persists, can you elaborate it?

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

      @@SujithaKollipara I have an application in which I am doing get full text, then I am supposed to click on next, and do the get full text for second screen, then click on next, if there is no more screen then I will get a popup of exit. Now the challenge is that this activity of getting full text is dynamic i.e some account number might have 5 pages and some may have 2 so it's hard to do a loop. For example u login to Yahoo, u might get multiple pages depending on mails right, similarly my application has different accounts

  • @subhasishghosh2467
    @subhasishghosh2467 7 месяцев назад

    Hi how to access submenu in an application if click is only the option, i.e hover does not populate submenu

  • @saeidnazemi1312
    @saeidnazemi1312 7 месяцев назад

    I left the video more confused than when I started it. Not a good explanation, but I appreciate all your work

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

      Thanks for the real feedback. Will consider in upcoming videos.

  • @gustvrcm
    @gustvrcm 7 месяцев назад

    You helped me a lot! Thanks!

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

    Hi mam make a video on from one pdf to another pdf Qr code i need to copy paste the field to copy paste area is static in uipath

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

    You havn't mention the download link of Double UI

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

      Sorry for late response... Here is the link forum.uipath.com/t/double-ui-app/461246

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

    Microsoft OCR activity not displayed in Uipath

  • @mohammedburhaanali4373
    @mohammedburhaanali4373 9 месяцев назад

    Can you please also explain what all the parameters do in 'Wait for download'? Download file name reference etc? It would be much helpful

  • @smritisingh2843
    @smritisingh2843 9 месяцев назад

    Hi! Sujitha ... thankyou very much to give an outstanding session...very clear .. everything is covered....notes question solution...❤❤🎉🎉🎉

  • @kent10261026
    @kent10261026 9 месяцев назад

    How can I obtain UI automation?

  • @xdasdaasdasd4787
    @xdasdaasdasd4787 9 месяцев назад

    What if two elements have same name? Can you filter based on other selector properties?

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

      Yes we can. Please refer our videos on UiExplorer

  • @ravindraprasad5486
    @ravindraprasad5486 9 месяцев назад

    how to get Confidence Score of OCR in uipath

  • @karimdjabiou-wd9ud
    @karimdjabiou-wd9ud 9 месяцев назад

    please can you update the video

  • @renejitvs
    @renejitvs 9 месяцев назад

    in the log message when i tried to read the data in main its showing error strict on disallow late binding

  • @hellenrichardson4709
    @hellenrichardson4709 9 месяцев назад

    Same here, my results kept showing 0 😢😢 Followed the steps over and over

  • @sweetytalks8844
    @sweetytalks8844 10 месяцев назад

    I am the 2nd who s hit on the thumps up 👍

  • @mojeshganesh2955
    @mojeshganesh2955 10 месяцев назад

    Mam I am ur 436 subscriber Plz do the video on the live uipath project, it might be helpful mam

  • @adarshautomation4995
    @adarshautomation4995 10 месяцев назад

    Good video. Please make a video on triggering the orchestrator process using api

    • @SujithaKollipara
      @SujithaKollipara 10 месяцев назад

      Noted. Will do for sure. Thanks for asking.

  • @sweetytalks8844
    @sweetytalks8844 10 месяцев назад

    Y did u explain selector in a classic model?? Plz i cont understand is this necessary to use classic model??

  • @IvyQBee
    @IvyQBee 10 месяцев назад

    Hi there! In looking through the UiPath Academy, I learned that the default experience is Modern with the new UiPath version.

    • @SujithaKollipara
      @SujithaKollipara 10 месяцев назад

      Which version u use?

    • @IvyQBee
      @IvyQBee 10 месяцев назад

      @@SujithaKollipara 2023.8.0

  • @parvathich5119
    @parvathich5119 11 месяцев назад

    I am unable to get that varible name pop up after clicking ctrl + k, could you please suggest how to get that

  • @vanhelsingx69x
    @vanhelsingx69x 11 месяцев назад

    Why dont you test it at the end of the video?