UiPath by Sujitha
UiPath by Sujitha
  • 101
  • 84 895
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 - th-cam.com/video/-RUQe-Adpp8/w-d-xo.html
Deserialize JsonArray - th-cam.com/video/Rua1QbNMdh8/w-d-xo.html
Deserialize json - th-cam.com/video/2I9QvWuY4ik/w-d-xo.html
http request - th-cam.com/video/cdWJsvgRr2A/w-d-xo.html
API Calls - th-cam.com/video/2k9k4djW5f0/w-d-xo.html
ETag SharePoint API - th-cam.com/video/Z9Jz3Bjz-1Y/w-d-xo.html
Text to PDF - th-cam.com/video/miV2M20GKd4/w-d-xo.html
Wait for Download - th-cam.com/video/Ct1B2I1ASaE/w-d-xo.html
Write Vs Append Range workbook - th-cam.com/video/of0ZBx37miE/w-d-xo.html
Object reference not set to an object - th-cam.com/video/weLF5UUTcKc/w-d-xo.html
Weather Report - th-cam.com/video/ivbENvkGZUM/w-d-xo.html
Open Browser - th-cam.com/video/opnr88hWSWA/w-d-xo.html
Navigate browser - th-cam.com/video/UoBLvjzeZ7I/w-d-xo.html
Type Regex not defined - th-cam.com/video/F0cIhA89upI/w-d-xo.html
Default Input Method - th-cam.com/video/RtDeJOI9GlA/w-d-xo.html
Ui Element Not found - th-cam.com/video/JMEFtS1DFcM/w-d-xo.html
GetOCRText - th-cam.com/video/6FKYDDLPN5g/w-d-xo.html
SecureString - th-cam.com/video/0VDCQpSeimQ/w-d-xo.html
WatchPanel - th-cam.com/video/EqjxL7lzS2c/w-d-xo.html
Verify csv files - th-cam.com/video/5q_hBdocJN4/w-d-xo.html
Missing Invalid Activities - th-cam.com/video/KT8ahoev5MI/w-d-xo.html
Web Browsing Automation example - th-cam.com/video/IcYg8iPwxNo/w-d-xo.html
Build data table activity example - th-cam.com/video/pvwIH0dTq9g/w-d-xo.html
Generate datatable from text activity - th-cam.com/video/_A2qPkSPUvg/w-d-xo.html
Datatables in UiPath - th-cam.com/video/bLfGEyfxHUY/w-d-xo.html
Datatypes in UiPath - th-cam.com/video/GplP3xXyyBM/w-d-xo.html
Foreach UI element - th-cam.com/video/nRvhQ1TGHh8/w-d-xo.html
Throw and Rethrow - th-cam.com/video/dPEHFIqh_V4/w-d-xo.html
ContinuesOnError - th-cam.com/video/izrCGmLju88/w-d-xo.html
Errors/Exceptions/System Vs Business - th-cam.com/video/I9fEw1N_BKY/w-d-xo.html
Window Selector (Application Instance) - th-cam.com/video/xoSWYGQMJ44/w-d-xo.html
Parallel Activity - th-cam.com/video/7dieMxm7lrY/w-d-xo.html
SimpleInterest Calculator - th-cam.com/video/v1oHrOJru_g/w-d-xo.html
Generic Value Datatype - th-cam.com/video/Wuo4d2WYrAw/w-d-xo.html
Invoke Workflow / Arguments : th-cam.com/video/3CXyWQjnGt8/w-d-xo.html
Try Catch Activity - th-cam.com/video/TDR7xd2mqLE/w-d-xo.html
Global Exception Handler - th-cam.com/video/def5pIUK20s/w-d-xo.html
Sequence Vs Flowchart - th-cam.com/video/brWtpElzYq0/w-d-xo.html
Workflows - th-cam.com/video/qEk_bVI1qkg/w-d-xo.html
Variables - th-cam.com/video/2sfD1XkXWf8/w-d-xo.html
Save BMW car images - th-cam.com/video/lX4y7OYMwTw/w-d-xo.html
Dynamic Selectors demo - th-cam.com/video/6oXK-2_jVHE/w-d-xo.html
DesignExperiences - th-cam.com/video/ZjWWqPC_rsA/w-d-xo.html
Dynamic selectors example - th-cam.com/video/lmIcdf2pBVA/w-d-xo.html
WildCard selectors - th-cam.com/video/mrlbiKvaa-A/w-d-xo.html
Finetuning Selectors - th-cam.com/video/uQtbtZY0A84/w-d-xo.html
มุมมอง: 1 801

วีดีโอ

Deserialize Json Array in UiPath | Read values from Json array | for each & using Index | Beginners
มุมมอง 1.4Kปีที่แล้ว
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
มุมมอง 519ปีที่แล้ว
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.4Kปีที่แล้ว
Hi Techies, In this video you can learn about the basic http request steps in calling API using UiPath Deserialize json - th-cam.com/video/2I9QvWuY4ik/w-d-xo.html http request - th-cam.com/video/cdWJsvgRr2A/w-d-xo.html API Calls - th-cam.com/video/2k9k4djW5f0/w-d-xo.html ETag SharePoint API - th-cam.com/video/Z9Jz3Bjz-1Y/w-d-xo.html Text to PDF - th-cam.com/video/miV2M20GKd4/w-d-xo.html Wait fo...
API Calls - UiPath | Basics for beginners | HTTP Request | HTTP Response | URL | Web Automation
มุมมอง 442ปีที่แล้ว
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: TH-cam, 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 - Faceb...
The request ETag value '' does not match the object's ETag value | SharePoint API errors | UiPath
มุมมอง 833ปีที่แล้ว
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
มุมมอง 664ปีที่แล้ว
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 - th-cam.com/video/Z9Jz3Bjz-1Y/w-d-xo.html Text to PDF - th-cam.com/video/miV2M20GKd4/w-d-xo.html Wait for Download - th-cam.com/video/Ct1B2I1ASaE/w-d-xo.html Write Vs Append Range workbook - th-cam.com/video/of0ZBx37miE...
How to Instruct Bot to wait until file download completes |UI Automation techniques|waitFforDownload
มุมมอง 449ปีที่แล้ว
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 - th-cam.com/video/miV2M20GKd4/w-d-xo.html Wait for Download - th-cam.com/video/Ct1B2I1ASaE/w-d-xo.html Write Vs Append Range workbook - th-cam.com/video/of0ZBx37miE/w-d-xo.html Object reference n...
Write Range Workbook Vs Append Range Workbook in UiPath | When to use
มุมมอง 1.1Kปีที่แล้ว
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
มุมมอง 3.7Kปีที่แล้ว
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 - th-cam.com/video/of0ZBx37miE/w-d-xo.html Object reference not set to an object - th-cam.com/video/weLF5UUTcKc/w-d-xo...
Daily Weather Report | Uipath Demo using Ui Automation and Excel Automation | Dynamic Weather report
มุมมอง 1.5Kปีที่แล้ว
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 - th-cam.com/video/...
How to open Browser using UiPath | How to maximize browser window |How to close browser using UiPath
มุมมอง 527ปีที่แล้ว
Hi Techies, In this video, we can learn how to Open browser using UiPath Simple and easy process for beginners Weather Report - th-cam.com/video/ivbENvkGZUM/w-d-xo.html Open Browser - th-cam.com/video/opnr88hWSWA/w-d-xo.html Navigate browser - th-cam.com/video/UoBLvjzeZ7I/w-d-xo.html Type Regex not defined - th-cam.com/video/F0cIhA89upI/w-d-xo.html Default Input Method - th-cam.com/video/RtDeJO...
Navigate browser | Modern activities in UiPath studio | How to use navigation options in browser
มุมมอง 1.1Kปีที่แล้ว
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 - th-cam.com/vide...
Type Regex not defined | How to resolve regex issues in UiPath studio | regular expressions errors
มุมมอง 333ปีที่แล้ว
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
มุมมอง 548ปีที่แล้ว
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.5Kปีที่แล้ว
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
มุมมอง 6Kปีที่แล้ว
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
มุมมอง 820ปีที่แล้ว
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
มุมมอง 415ปีที่แล้ว
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.2Kปีที่แล้ว
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
มุมมอง 209ปีที่แล้ว
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
มุมมอง 701ปีที่แล้ว
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.8Kปีที่แล้ว
Web Automation Example | Foreach UI element activity use case | Web Automation in UiPath
Build DataTable Activity example to create Data table in UiPath
มุมมอง 649ปีที่แล้ว
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
มุมมอง 3.9Kปีที่แล้ว
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
มุมมอง 463ปีที่แล้ว
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
มุมมอง 411ปีที่แล้ว
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
มุมมอง 6Kปีที่แล้ว
ForEach UI Element example | For each UI element activity in UiPath
Throw activity and Rethrow activity in UiPath| Exception Handling | Create Business logic Exceptions
มุมมอง 798ปีที่แล้ว
Throw activity and Rethrow activity in UiPath| Exception Handling | Create Business logic Exceptions
Errors Vs Exceptions | System Exceptions Vs Business Exceptions | UiPath Exception Handling
มุมมอง 387ปีที่แล้ว
Errors Vs Exceptions | System Exceptions Vs Business Exceptions | UiPath Exception Handling

ความคิดเห็น

  • @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 3 วันที่ผ่านมา

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

  • @yeafiawal1383
    @yeafiawal1383 20 วันที่ผ่านมา

    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 หลายเดือนก่อน

    how you added enter in keyboard shortcut

  • @abdelfatahdiab9870
    @abdelfatahdiab9870 หลายเดือนก่อน

    HOW TO GET THE EXTRACTED DATA INTO EXCEL

  • @YeafiAwal
    @YeafiAwal หลายเดือนก่อน

    Do you do Test Automation and Autopilot with Test Automation ?

  • @PankajSingh-en6qq
    @PankajSingh-en6qq 2 หลายเดือนก่อน

    Helpful.

  • @sahamkhalid977
    @sahamkhalid977 2 หลายเดือนก่อน

    Can OCR use in email ?

  • @hu2113
    @hu2113 2 หลายเดือนก่อน

    Very detailed explanation. Thank you so much

  • @izzymtl
    @izzymtl 2 หลายเดือนก่อน

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

  • @terrymarr5265
    @terrymarr5265 2 หลายเดือนก่อน

    can't hear you

  • @hu2113
    @hu2113 3 หลายเดือนก่อน

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

  • @hu2113
    @hu2113 3 หลายเดือนก่อน

    Thank you very much. very nice and clear explanation.

  • @annahamady8394
    @annahamady8394 4 หลายเดือนก่อน

    Thank you, it was very helpful for me!

  • @TeluguDevotionalJourneys
    @TeluguDevotionalJourneys 4 หลายเดือนก่อน

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

  • @liyosabu5683
    @liyosabu5683 4 หลายเดือนก่อน

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

  • @lumtube2009
    @lumtube2009 4 หลายเดือนก่อน

    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 5 หลายเดือนก่อน

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

  • @klarWorks
    @klarWorks 5 หลายเดือนก่อน

    Thanks a lot 🙏❤

  • @amazingvibe100
    @amazingvibe100 5 หลายเดือนก่อน

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

  • @anirudhtugawe
    @anirudhtugawe 5 หลายเดือนก่อน

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

  • @haykalfadhillah994
    @haykalfadhillah994 5 หลายเดือนก่อน

    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 5 หลายเดือนก่อน

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

    • @SujithaKollipara
      @SujithaKollipara 5 หลายเดือนก่อน

      Yes you can

    • @hemantdeshmukh8474
      @hemantdeshmukh8474 5 หลายเดือนก่อน

      @@SujithaKollipara but they are not following sequence...

  • @user-jx2pd3fe6k
    @user-jx2pd3fe6k 5 หลายเดือนก่อน

    Lifesaver.....thanks Sujitha

  • @mounikatummalapalli2907
    @mounikatummalapalli2907 6 หลายเดือนก่อน

    Excellent

  • @subhasishghosh2467
    @subhasishghosh2467 6 หลายเดือนก่อน

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

    • @SujithaKollipara
      @SujithaKollipara 5 หลายเดือนก่อน

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

    • @subhasishghosh2467
      @subhasishghosh2467 5 หลายเดือนก่อน

      @@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 6 หลายเดือนก่อน

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

  • @saeidnazemi1312
    @saeidnazemi1312 6 หลายเดือนก่อน

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

    • @SujithaKollipara
      @SujithaKollipara 5 หลายเดือนก่อน

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

  • @gustvrcm
    @gustvrcm 6 หลายเดือนก่อน

    You helped me a lot! Thanks!

    • @SujithaKollipara
      @SujithaKollipara 5 หลายเดือนก่อน

      Thanks for the support !

  • @suraj_singh321
    @suraj_singh321 7 หลายเดือนก่อน

    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 7 หลายเดือนก่อน

    You havn't mention the download link of Double UI

    • @SujithaKollipara
      @SujithaKollipara 5 หลายเดือนก่อน

      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 8 หลายเดือนก่อน

    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 8 หลายเดือนก่อน

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

  • @kent10261026
    @kent10261026 8 หลายเดือนก่อน

    How can I obtain UI automation?

  • @xdasdaasdasd4787
    @xdasdaasdasd4787 8 หลายเดือนก่อน

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

    • @SujithaKollipara
      @SujithaKollipara 5 หลายเดือนก่อน

      Yes we can. Please refer our videos on UiExplorer

  • @ravindraprasad5486
    @ravindraprasad5486 8 หลายเดือนก่อน

    how to get Confidence Score of OCR in uipath

  • @karimdjabiou-wd9ud
    @karimdjabiou-wd9ud 8 หลายเดือนก่อน

    please can you update the video

  • @renejitvs
    @renejitvs 8 หลายเดือนก่อน

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

    • @saikrrish2278
      @saikrrish2278 3 หลายเดือนก่อน

      even I am facing same issue

  • @hellenrichardson4709
    @hellenrichardson4709 8 หลายเดือนก่อน

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

  • @sweetytalks8844
    @sweetytalks8844 9 หลายเดือนก่อน

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

  • @mojeshganesh2955
    @mojeshganesh2955 9 หลายเดือนก่อน

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

  • @adarshautomation4995
    @adarshautomation4995 9 หลายเดือนก่อน

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

    • @SujithaKollipara
      @SujithaKollipara 9 หลายเดือนก่อน

      Noted. Will do for sure. Thanks for asking.

  • @sweetytalks8844
    @sweetytalks8844 9 หลายเดือนก่อน

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

  • @IvyQBee
    @IvyQBee 9 หลายเดือนก่อน

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

    • @SujithaKollipara
      @SujithaKollipara 9 หลายเดือนก่อน

      Which version u use?

    • @IvyQBee
      @IvyQBee 9 หลายเดือนก่อน

      @@SujithaKollipara 2023.8.0

  • @parvathich5119
    @parvathich5119 10 หลายเดือนก่อน

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

  • @vanhelsingx69x
    @vanhelsingx69x 10 หลายเดือนก่อน

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

  • @sweetytalks8844
    @sweetytalks8844 10 หลายเดือนก่อน

    How can i get a job as a RPA developer? Where can i search jobs with 0exp? Plz sujitha do video on this

    • @SujithaKollipara
      @SujithaKollipara 9 หลายเดือนก่อน

      try searching job vacancies in naukri, indeed, Linkedin etc.,

  • @sweetytalks8844
    @sweetytalks8844 10 หลายเดือนก่อน

    I have learned RPA by watching ur videos. I strongly recommended this chnl will help u in ur career as a RPA developer. Thanku sijitha for ur efforts

    • @SujithaKollipara
      @SujithaKollipara 9 หลายเดือนก่อน

      Thankyou... Please share your suggestions as well for the development of this channel too... most welcome