How to do API calls in UiPath | Full Tutorial

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 153

  • @andersjensenorg
    @andersjensenorg  4 года назад +10

    You should learn UiPath REFramework. That's the template for developing UiPath enterprise automations. It is fairly easy to learn and I have created this 1 hour tutorial: ruclips.net/video/LP5y51_n6BY/видео.html

  • @valtallica
    @valtallica 2 года назад +6

    I cannot express how much these videos have helped me learn the software. Thank you for making it easy!

    • @andersjensenorg
      @andersjensenorg  2 года назад +2

      Hey V G. Thank you so much. Your comments, feedback and support are helping me a lot!! Kind regards, Anders

  • @spiritualsecrets6725
    @spiritualsecrets6725 4 года назад +1

    One of the best explanation about web services of Uipath in you tube

    • @andersjensenorg
      @andersjensenorg  4 года назад +1

      Hey Venkatkumar. That's very kind of you 🙂 Have a great day, Anders

  • @rs832
    @rs832 4 года назад +1

    Outstanding! To the point, easy to follow, easy to understand - thank you, thank you, thank you!

    • @andersjensenorg
      @andersjensenorg  4 года назад +2

      Hey r s. Wow, that you very much 😊 Kind regards, Anders

    • @rs832
      @rs832 4 года назад +1

      And responsive, incredible! I'll take this opportunity to ask a question I've been struggling with (and what led me to your video). I'm using Airtable's API and Im trying to get all of the key:value pairs into a datatable to perform some activities with it but, i cant seem to figure it out. My Airtable data is too large to call each token into the sequence, and the attempts ive made have been unsuccessful.
      Could you kindly point me in the right direction to accomplish my goal of getting key:value pairs from JSON into Ui Path as a datatable? A million thanks kn advance, Cheers!

    • @andersjensenorg
      @andersjensenorg  4 года назад +1

      @@rs832 Hey r s. Can you paste in a part of the JSON here AND tell me exactly, what you want out? Kind regards, Anders

    • @rs832
      @rs832 4 года назад

      @@andersjensenorg Here is a snippet of the json, there are another 20 fields following I didn't include. I'm trying to extract "status", "AP" & "Ad_URL" for about 600 records. Thank you in advance!
      {
      "records": [
      {
      "id": "rec06327beu58",
      "fields": {
      "Status": "ACTIVE",
      "AP": 864,
      "[BD]_Title": "widget",
      "[BD]_Descrip": "widget details",
      "Ad_Seller": "John Smith",
      "Ad_Seller_Yr": "2018",
      "Ad_Location": "Denver, CO",
      "Ad_URL": "www.somedomain.com,
      It may be worth noting the [BD] is not an array, its just the name of the field.

    • @rs832
      @rs832 4 года назад

      It seems like I need to loop through the array using a counter+1 to get the desired key:value pairs into a datatable - am I on the right track?

  • @aishwaryadas4232
    @aishwaryadas4232 4 года назад +1

    Am so thankful to find this video. Keep posting more videos related to UiPath.
    Thanks a lot. :)

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Wow, thanks for the very kind words, Aishwarya 🙂 I'm always on the look for new ideas to videoes, so if you have some particular subjects, that could be good for videoes, please let me know.

  • @Maheshpatel-fy1tu
    @Maheshpatel-fy1tu 2 года назад +1

    Anders, You Teach with Passion Sir !

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

      Hey Mahesh patel. Thanks a lot 😊 Have a great day. You're more than welcome at my Discord, where we're 5800+ RPA developers networking and solving problems: ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

  • @ma82durga
    @ma82durga 3 года назад +2

    Thanks for sharing the lesson. Appreciate it!

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

      Hey Abhijit, thanks a ton for letting me know :) Kind regards, Anders

  • @jatinnandwani6678
    @jatinnandwani6678 2 года назад +3

    Thanks so much, this was helpful

  • @soubarnobanerjee8257
    @soubarnobanerjee8257 3 года назад +2

    Excellent Anders. The greatness behind your videos knows no bounds. Hats off to you to bring out your skills like this. I just have a small question: To make the Google Map API work, do I need to create a Google Map Billing account?

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Hey Soubarno. Thanks for the question and sorry for the late reply. At the moment, I’m on paternity leave, meaning I don’t produce videos and solve problems until the 23rd of August. Feel free to post the problem at my Discord, where many bright automation minds are gathered: ruclips.net/channel/UCPdtz4gd_iYebJFYq9N8pWAcommunity?lb=UgxD1Qe9lWKL1I7HyAJ4AaABCQ Kind regards, Anders

  • @deepaksagar1986
    @deepaksagar1986 3 года назад +1

    Thanks for sharing the knowledge.

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Hey Deepak. Thanks a lot for your support :) Kind regards, Anders

  • @sanjayprajapati1959
    @sanjayprajapati1959 4 года назад +1

    very helpful video keep posting more

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Sanjay. Thank you very much 😊 Do you have any specific wishes? Kind regards, Anders

  • @bharathbm3545
    @bharathbm3545 Месяц назад +1

    Very useful

  • @asramaa
    @asramaa 2 года назад +1

    Thank you Anders.

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

      Thanks a lot, Fasulu Rahman 🤗 Your feedback helps me immensely. Kind regards, Anders

  • @Mahesh-ye8sh
    @Mahesh-ye8sh 4 года назад +1

    Highly informative one, thanks for posting !!

  • @АнтонМакаров-ъ5е
    @АнтонМакаров-ъ5е 4 года назад +1

    Nice lesson!

  • @amelieviennot5570
    @amelieviennot5570 3 года назад +2

    Great demonstration on how to import data to uipath from the web using an API, read through that data with a json query to pick and choose what information we need and then write this data down in an excel sheet with a nice little trick of creating a row index variable to increment the cell lign for where the data needs to be written. What about exporting data from Uipath to the web ? I would like some data produced by uipath to be displayed live on a web page, how can we do that ?

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Hey Amelie
      Great question. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or simply just hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

  • @ruiwu1575
    @ruiwu1575 2 года назад +1

    Thanks for sharing```

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

      Thanks a lot, Rui Wu 🤗 Your feedback helps me immensely. Kind regards, Anders

  • @sarahalshawkani4358
    @sarahalshawkani4358 4 года назад

    Thank you Andres for sharing the knowledge. Very Appreciated.

  • @jgill0
    @jgill0 3 года назад +2

    Hello Anders, thanks a lot for this explanation. Do you have any advice on making an API call to google cloud natural language services, e.g. entity extraction? From what I understand it requires a google service account and using a json file as authentification, however I am having trouble making this work from an HTTP request & so far as I can see there is no pre-existing integration like there is with maps, speech etc. Thanks for your time. Jake

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Hey Jake. Thanks a lot for writing. Unfortunately not. Usually I have people around to tell me how humans would do (like make the Postman API call) and then I "just" replicate it in UiPath/Power Automate. Sorry, I cant help you further. Kind regards, Anders

  • @АнастасияКузьмина-р6о

    Thank you, Anders, very interesting video!

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

    Cool stuff Thanks for sharing

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

      Hey ajish. Thanks a lot for writing, this help me a lot and pip up my mood :) Kind regards, Anders

  • @marcinwrobel9242
    @marcinwrobel9242 3 года назад +2

    Outstanding video! I am doing API call with addresses which are repetitive and I wonder how would change for each activity so it wouldn't do API call in case it was already done in previous cell.

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Hey Marcin. Thanks a lot 🙂 We need a way of keeping track of what has been done before, e.g. either remove duplicates from the sheet before the process is done or keeping a simple log, where we add the adress to a DataTable and before each call check if it's there. Let me know, if you need help. Kind regards, Anders

  • @indiagnit
    @indiagnit 4 года назад

    Hi Anders, Very helpful to understand API.

    • @andersjensenorg
      @andersjensenorg  4 года назад +1

      Thank you, Sajid 😊 Kind regards, Anders

  • @UiPathHacks
    @UiPathHacks 4 года назад +1

    very useful. thx !

    • @andersjensenorg
      @andersjensenorg  4 года назад +1

      Thanks, buddy! Now a subscriber for your channel, please deliver som nice hacks 😍🙂

    • @UiPathHacks
      @UiPathHacks 4 года назад

      @@andersjensenorg thx ! same for you, let us keep in touch :)

  • @wearerunnersw.a.r5613
    @wearerunnersw.a.r5613 4 года назад +1

    Hi Anders,
    Thank you for this information.
    The one question have is when connecting to supplier or OEM APIs there is a .wadl file that I had to download.
    What is the purpose of these files and how would I incorporate them into the process you illustrated in the video.

    • @andersjensenorg
      @andersjensenorg  4 года назад +2

      Hey We are Runners. Thanks a lot! We need it do define the relationship in the contract between the two system (oh hello google search). In my experience, I've used it a lot in our legacy systems. Kind regards, Anders

    • @wearerunnersw.a.r5613
      @wearerunnersw.a.r5613 4 года назад +1

      @@andersjensenorg thank you for your response

  • @jaggukiran08
    @jaggukiran08 4 года назад +1

    superb

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Jagannath. Your many positive comments are valuable to me, both in terms of personal mood and in terms of the reach of my channel. Have a great day 🙂 Kind regards, Anders

  • @taurean.abhishek
    @taurean.abhishek 3 года назад +1

    Very nice content Anders :)

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Hey Taurus. Nice to see you around and thanks for attending the GK live session 🙂 Kind regards, Anders

    • @taurean.abhishek
      @taurean.abhishek 3 года назад +1

      @@andersjensenorg Thank you Anders😊

  • @Alberto_Cavalcante
    @Alberto_Cavalcante 3 года назад +1

    Nice

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      You're very welcome, Alberto Cavalcante - your support helps me a lot 😍

  • @jessicamiller4281
    @jessicamiller4281 2 года назад +2

    Hi Anders, while taking json format it's showing like {
    "error_message" : "This API project is not authorized to use this API.",
    "results" : [],
    "status" : "REQUEST_DENIED"
    }, can you suggest solution for this, thank you

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

      Hey Jessica. That is a problem with the API. You probably need to provide a key, before you can get the response. Kind regards, Anders

  • @anburenganathan8369
    @anburenganathan8369 4 года назад +1

    Hi -
    Thanks a lot. This is more informative....... one kind suggestion could you please zoom in so that we can see a video even more better.

    • @andersjensenorg
      @andersjensenorg  4 года назад +2

      Hey anbu. Thanks for the nice feedback. And yes, I should be better to zoom on the code - sorry! Have a great weekend 😀 Kind regards, Anders

  • @SaurabhYadav-kg7kx
    @SaurabhYadav-kg7kx 3 года назад +1

    thanks Anders Jensen

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

      Hey Saurabh. You're very welcome. Kind regads, Anders

  • @sriharikurakula7686
    @sriharikurakula7686 3 года назад +1

    with end point to http protocol url i would like to post a json file and in the json file i have to parameterize some attributes can you tell me how,

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

      Hey Srihari. Sure, check this: ruclips.net/video/HKxrAPxn5jA/видео.html 🙂 Kind regards, Anders

  • @ashutoshK5
    @ashutoshK5 4 года назад +2

    Hello Anders, I received this error message---
    {"error_message" : "This API project is not authorized to use this API.",
    "results" : [],
    "status" : "REQUEST_DENIED"}
    I followed your steps, could you please help in identifying the issue?

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Ashutosh. What API are you trying to access? Kind regards, Anders. Ps. Remember to tag me in you answer otherwise, I will not get noticed about your answer.

    • @ashutoshK5
      @ashutoshK5 4 года назад

      @@andersjensenorg Hi Anders, the API i tried to access was the exact same API as in your video "maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=YOUR_API_KEY" but as per what I see , the project needs to be billed to the account and I am not willing to make it a billed account as of now. Is that an issue for this error?
      Are there any free API's that we can use in this case?
      Any leads would be appreciated.

    • @tejaswinerella5223
      @tejaswinerella5223 4 года назад

      @Anders Jensen, @Ashutosh khantwal, Now I'm facing the same issue can you please help me how to resolve this
      The API I tried to access was the exact API as in your video
      maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,
      +Mountain+View,+CA&key=YOUR_API_KEY
      Error:
      {
      "error_message" : "This API project is not authorized to use this API.",
      "results" : [],
      "status" : "REQUEST_DENIED"
      }

    • @morpheousneotrinity
      @morpheousneotrinity 4 года назад

      @@ashutoshK5 @Anders Jensen I activate and linked a billing account to my project and I am still receiving this same error. Do you guys know what the issue is?

    • @morpheousneotrinity
      @morpheousneotrinity 4 года назад

      @@tejaswinerella5223 did you ever figure out what the issue is?

  • @imitbunts8124
    @imitbunts8124 2 года назад +1

    It was really a great presentation, very informative and also simple to understand for a beginner like me.
    However I have a noticed that in this use case you have not modified the "DataTable" and rewrote the "Excel Sheet" instead you have directly modified int the "Excel Sheet", Could you please explain the difference in both the approach.

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

      Hey i'M IT Bunts
      Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

  • @AmitKumar-pc8wr
    @AmitKumar-pc8wr 4 года назад +1

    Will I need to create seperate flow for every API.. can we create a flow which can we used for multiple API.

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Amit. You can just create one flow and then have your endpoints in a list/array. If you're not sure, how to do it, I gladly make a video. Kind regards, Anders

  • @tobiewaldeck7105
    @tobiewaldeck7105 4 года назад +1

    Hi. There is a website called eledo.online for pdf automation and I think they provide a api key. Can you make a video on how to use uipath on that site. They have integration with other rpa platforms but I think that uipath can do it but I would like to see how.

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Tobie. Sure. I can find this: eledo.online/documentation/api_reference But I am not sure, what to do with the application? Can you describe the case a little bit more? 😊 Kind regards, Anders

    • @tobiewaldeck7105
      @tobiewaldeck7105 4 года назад +1

      @@andersjensenorg That website I believe does document automation like filling in pdfs. They provide an api key and then you use another automation platform with the key. I can provide link to a vba automation combined with another automation platform to describe what I mean.

    • @andersjensenorg
      @andersjensenorg  4 года назад

      @@tobiewaldeck7105 Hey Tobie. Please do so, it sounds like an interesting video for me to make. Please remember to tag my name, as you do, otherwise I am missing the answer 😊 Kind regards, Anders

    • @tobiewaldeck7105
      @tobiewaldeck7105 4 года назад

      @@andersjensenorg Hi Anders.

  • @ndeyefatoudiouf8306
    @ndeyefatoudiouf8306 3 года назад +1

    thank you for this video. i want to install API to verify IBAN Bank, is it possible?

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

      Hey ndeye fatou Diouf
      Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

  • @anujdhoot7804
    @anujdhoot7804 2 года назад +1

    Can you please create a POST API video, POST API with the usage of all options such as body, headers, parameter, resource type?

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

      Hey anuj dhoot
      Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

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

    Hi Anders,
    Can you make a video on how to call external webhooks using uipath?
    For example: We need to send post and get requests to external Webhooks.

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

      Hey Sandesh. Check this: ruclips.net/video/6aDAKbC0Gjs/видео.html I'll make a longer one in September :) Kind regards, Anders

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

    Hi Andres, I got stuck at the beginning, I copied the API key generated in the Google Platform to the JSON output flag and got " "error_message" : "This API project is not authorized to use this API.",
    "results" : [],
    "status" : "REQUEST_DENIED""
    Do you know what might be the reason?

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

      Hey kobrel
      Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

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

    Hi Andres, I have a doubt..I'm working on api call in http request and in the end point, once I type the url a trailing back slash"/" is getting appended which changes the url path and hence giving error " page not found". Could please suggest me how to handle this issue?

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

      Hey Neeti Narvekar
      Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

  • @majetysunil
    @majetysunil 4 года назад

    Facing error, write cell: Object reference not set to an instance of an object.
    @ Anders please suggest

    • @rohantammewar6337
      @rohantammewar6337 4 года назад

      the variable you are writing inside cell must be empty. check weather you are getting any data from API or check weather you have destructred the JSON object properly

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Rohan is giving a great answer. Can you try to write the variable out to a write line? That way you can check, if there is an actual value. Otherwise we face an error, which is most likely due to one of the reasons, Rohan states. Kind regards, Anders

    • @majetysunil
      @majetysunil 4 года назад

      Resolved thanks

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

    how i can update a value in JSON is it through string or any option to upate using json deserilizer

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Hey sruhari. Can you do a jsonString.replace("originalValue","newValue"? Kind regards, Anders

    • @sriharikurakula7686
      @sriharikurakula7686 3 года назад +1

      @@andersjensenorg it is working thank you very much

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

      Very nice 🙏👍😀

  • @abhinavshukla5628
    @abhinavshukla5628 4 года назад

    Can you please help me to iterate this 'JSON_Object.SelectToken("data[0].title")' until data finishes?

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

    Hi Anders,
    Can you tell me how to consume REST API using cookies as authentication?
    It works on other clients, but Uipath returns 0

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      Ouch, can you post a screenshot in either my FB group or on the Discord: ruclips.net/channel/UCPdtz4gd_iYebJFYq9N8pWAcommunity?lb=UgxD1Qe9lWKL1I7HyAJ4AaABCQ Kind regards, Anders

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

      @@andersjensenorg Hi Anders, Thankyou for your reply.
      I try to post it on your FB group.
      As it is all confidential data, I might need to retract some data.

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

    How to handle error ‘Deserialized JSON: unexpected character…’ i think this was caused by the xrate limiting of the api im trying to access which then the http requests is providing an error (html format).. how to handle this error, i used jsonreaderexception in the try catch but it is not catching the error

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 5800+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    And if I had to type the API Key into the HTTP Request properties panel instead of typing it directly into the endpoint, how would I do it?

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

      Hey Felipe Lopes
      Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

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

    Need help. Got some error on the API upon pasting on the browser :( "This API project is not authorized to use this API."

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

      Hey Knals. You need to use auth/credentials for your api. What does the api documentation say? Kind regards, Anders

    • @cedricpendji4972
      @cedricpendji4972 3 года назад +1

      I had the same issue, but I just solved it. Go to your Developer console, navigate to Library and make sure you enable Geocoding API. Hope it works for you as well.

    • @andersjensenorg
      @andersjensenorg  3 года назад +1

      @@cedricpendji4972 Thanks a lot Cedric 😍

  • @rohantammewar6337
    @rohantammewar6337 4 года назад

    Can I get a link to the resource where I can read about API's. Especially SharePoint list API and service now API

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Rohan. I am not sure about some written resources about API's, but I can reccomend this video with Cristian Negulescu for the ServiceNow part, ruclips.net/video/fzN0jmCUYls/видео.html Kind regards, Anders Ps. If you find something, I would be very happy, if you could send me the link/links 😊

    • @rohantammewar6337
      @rohantammewar6337 4 года назад +1

      @@andersjensenorg This was really a great video. Please keep posting such cool videos ! Sure I will search for some document resources and let you know if I find one

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Thank you, Rohan. I will try. If you have any questions or ideas for future videos, please let me know 😊 Kind regards, Anders

  • @arjunreddy0
    @arjunreddy0 4 года назад

    Hai jensen
    can you make a video on "How to find the duplicate values in a row".

    • @andersjensenorg
      @andersjensenorg  4 года назад +1

      Sure, I'll make it later today and let you know 😊

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey arjunreddy0, is this a help for you? ruclips.net/video/DfsyF80ro1M/видео.html

  • @itsmechethan6105
    @itsmechethan6105 4 года назад

    I get an error when I use the API key error messages API project is not authorized to use this API. what should I do about this? Can you please help me?

    • @andersjensenorg
      @andersjensenorg  4 года назад +1

      Your need to authorize your API access. You can get it at the API site. Which one is it? :) Kind regards, Anders

    • @itsmechethan6105
      @itsmechethan6105 4 года назад

      @@andersjensenorg its showing like this "error_message" : "You must enable Billing on the Google Cloud Project at console.cloud.google.com/project/_/billing/enable Learn more at developers.google.com/maps/gmp-get-started",

    • @itsmechethan6105
      @itsmechethan6105 4 года назад

      @@andersjensenorg if u r in the forum I will send the screenshot can I get u r address.

    • @itsmechethan6105
      @itsmechethan6105 4 года назад

      @@andersjensenorg is this API is free

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

      I had the same issue, but I just solved it. Go to your Developer console, navigate to Library and make sure you enable Geocoding API. Hope it works for you as well.

  • @crazycats08
    @crazycats08 2 года назад +1

    Hello there, thanks for the video. Really helped a lot! Wish you success. +1 like and subs for you

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

      Hey Liu! Thanks a lot for the nice comment and help 🙋‍♂️😊

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

    I don't write row.item("adress") but row("address") is there a difference, i dont understand this item

    • @andersjensenorg
      @andersjensenorg  Год назад +1

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 10,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    This is the error message i am getting Any idea? when i use the API key it gave me
    {
    "error_message" : "This API project is not authorized to use this API.",
    "results" : [],
    "status" : "REQUEST_DENIED"
    }

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

      Hey Marc R
      Thanks for writing. I'm getting more than 40 questions/comments every day and having difficulty answering everyone (I try my best).
      I've created my UiPath Groups, where we all can post and solve problems or hang out around our favorite tool, UiPath. So you're very welcome. Get the addresses here: ruclips.net/video/C6xmGfEL07I/видео.html
      Have a great day.
      Kind regards,
      Anders

  • @ritusahu7729
    @ritusahu7729 4 года назад

    Hello Anders,
    Nicely Explained ! :) :)
    can you please add one video with API process in RE-Framework
    Regards
    Ritu.s

    • @andersjensenorg
      @andersjensenorg  4 года назад

      Hey Ritu. That is an awesome idea, which I would like to make a video of, I will add it to my to do list 😊 For starters, I can recommend this REFramework tutorial, ruclips.net/video/LP5y51_n6BY/видео.html Kind regards, Anders

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

    I am not able to use geo api , it says I need to purchase it . Anyone else facing same issue

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

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

    In Modern design API dose not work like you.
    Can you Please make a New Video About API Integration Please.

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 13,000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

  • @Esp1fs
    @Esp1fs 3 года назад +1

    Watch this 60 inch monitor, not tablet

  • @georgef.williams3504
    @georgef.williams3504 Год назад

    I have a question: the deserialize activity type argument is the "Newtonsoft.Json.Linq.JObject". correct or something similar? I am getting an error in the Write Line activity with the object "JsonObject.SelectToken("results[0].geometery.location.lat").ToString", stating "Write Line: Object reference not set to an instance of an object." ?

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

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 5800+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ruclips.net/video/xWFz-S96XGo/видео.html Kind regards, Anders

    • @georgef.williams3504
      @georgef.williams3504 Год назад

      @@andersjensenorg Thank for your response and the link that you've created. Looking forward to more learning from your great tutorials.