How to do API calls in UiPath | Full Tutorial

  Рет қаралды 61,688

Anders Jensen

Anders Jensen

Күн бұрын

Пікірлер: 151
@andersjensenorg
@andersjensenorg 4 жыл бұрын
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: kzbin.info/www/bejne/goGYqmhnlNNpeLs
@valtallica
@valtallica 2 жыл бұрын
I cannot express how much these videos have helped me learn the software. Thank you for making it easy!
@andersjensenorg
@andersjensenorg 2 жыл бұрын
Hey V G. Thank you so much. Your comments, feedback and support are helping me a lot!! Kind regards, Anders
@spiritualsecrets6725
@spiritualsecrets6725 3 жыл бұрын
One of the best explanation about web services of Uipath in you tube
@andersjensenorg
@andersjensenorg 3 жыл бұрын
Hey Venkatkumar. That's very kind of you 🙂 Have a great day, Anders
@soubarnobanerjee8257
@soubarnobanerjee8257 3 жыл бұрын
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 жыл бұрын
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: kzbin.info/door/Pdtz4gd_iYebJFYq9N8pWAcommunity?lb=UgxD1Qe9lWKL1I7HyAJ4AaABCQ Kind regards, Anders
@jatinnandwani6678
@jatinnandwani6678 2 жыл бұрын
Thanks so much, this was helpful
@andersjensenorg
@andersjensenorg 2 жыл бұрын
You're very welcome, my friend 🙌🙂
@rs832
@rs832 4 жыл бұрын
Outstanding! To the point, easy to follow, easy to understand - thank you, thank you, thank you!
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Hey r s. Wow, that you very much 😊 Kind regards, Anders
@rs832
@rs832 4 жыл бұрын
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 жыл бұрын
@@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?
@Maheshpatel-fy1tu
@Maheshpatel-fy1tu 2 жыл бұрын
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: kzbin.info/www/bejne/roipq2CJbpuLfdE Kind regards, Anders
@ma82durga
@ma82durga 3 жыл бұрын
Thanks for sharing the lesson. Appreciate it!
@andersjensenorg
@andersjensenorg 3 жыл бұрын
Hey Abhijit, thanks a ton for letting me know :) Kind regards, Anders
@aishwaryadas4232
@aishwaryadas4232 4 жыл бұрын
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.
@amelieviennot5570
@amelieviennot5570 3 жыл бұрын
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 жыл бұрын
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: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@marcinwrobel9242
@marcinwrobel9242 3 жыл бұрын
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 жыл бұрын
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
@anburenganathan8369
@anburenganathan8369 3 жыл бұрын
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 3 жыл бұрын
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
@deepaksagar1986
@deepaksagar1986 3 жыл бұрын
Thanks for sharing the knowledge.
@andersjensenorg
@andersjensenorg 3 жыл бұрын
Hey Deepak. Thanks a lot for your support :) Kind regards, Anders
@asramaa
@asramaa 2 жыл бұрын
Thank you Anders.
@andersjensenorg
@andersjensenorg 2 жыл бұрын
Thanks a lot, Fasulu Rahman 🤗 Your feedback helps me immensely. Kind regards, Anders
@imitbunts8124
@imitbunts8124 2 жыл бұрын
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: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@sarahalshawkani4358
@sarahalshawkani4358 4 жыл бұрын
Thank you Andres for sharing the knowledge. Very Appreciated.
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Hey Sarah - thank you 😊
@sanjayprajapati1959
@sanjayprajapati1959 4 жыл бұрын
very helpful video keep posting more
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Hey Sanjay. Thank you very much 😊 Do you have any specific wishes? Kind regards, Anders
@Mahesh-ye8sh
@Mahesh-ye8sh 4 жыл бұрын
Highly informative one, thanks for posting !!
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Thank you very much, Mahesh 🙂
@ruiwu1575
@ruiwu1575 2 жыл бұрын
Thanks for sharing```
@andersjensenorg
@andersjensenorg 2 жыл бұрын
Thanks a lot, Rui Wu 🤗 Your feedback helps me immensely. Kind regards, Anders
@АнастасияКузьмина-р6о
@АнастасияКузьмина-р6о 3 жыл бұрын
Thank you, Anders, very interesting video!
@andersjensenorg
@andersjensenorg 3 жыл бұрын
My pleasure!
@indiagnit
@indiagnit 4 жыл бұрын
Hi Anders, Very helpful to understand API.
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Thank you, Sajid 😊 Kind regards, Anders
@АнтонМакаров-ъ5е
@АнтонМакаров-ъ5е 4 жыл бұрын
Nice lesson!
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Many thanks 😊
@jgill0
@jgill0 3 жыл бұрын
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 жыл бұрын
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
@anujdhoot7804
@anujdhoot7804 2 жыл бұрын
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: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@wearerunnersw.a.r5613
@wearerunnersw.a.r5613 3 жыл бұрын
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 3 жыл бұрын
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 3 жыл бұрын
@@andersjensenorg thank you for your response
@ndeyefatoudiouf8306
@ndeyefatoudiouf8306 2 жыл бұрын
thank you for this video. i want to install API to verify IBAN Bank, is it possible?
@andersjensenorg
@andersjensenorg 2 жыл бұрын
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: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@jaggukiran08
@jaggukiran08 4 жыл бұрын
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
@UiPathHacks
@UiPathHacks 4 жыл бұрын
very useful. thx !
@andersjensenorg
@andersjensenorg 4 жыл бұрын
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 :)
@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
@Alberto_Cavalcante
@Alberto_Cavalcante 3 жыл бұрын
Nice
@andersjensenorg
@andersjensenorg 2 жыл бұрын
You're very welcome, Alberto Cavalcante - your support helps me a lot 😍
@tobiewaldeck7105
@tobiewaldeck7105 4 жыл бұрын
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 жыл бұрын
@@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.
@jessicamiller4281
@jessicamiller4281 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
@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: kzbin.info/www/bejne/bJKncn6YeJV6oNU I'll make a longer one in September :) Kind regards, Anders
@SaurabhYadav-kg7kx
@SaurabhYadav-kg7kx 3 жыл бұрын
thanks Anders Jensen
@andersjensenorg
@andersjensenorg 3 жыл бұрын
Hey Saurabh. You're very welcome. Kind regads, Anders
@AmitKumar-pc8wr
@AmitKumar-pc8wr 4 жыл бұрын
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
@crazycats08
@crazycats08 2 жыл бұрын
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 🙋‍♂️😊
@ashutoshK5
@ashutoshK5 4 жыл бұрын
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 3 жыл бұрын
@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 3 жыл бұрын
@@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 3 жыл бұрын
@@tejaswinerella5223 did you ever figure out what the issue is?
@sriharikurakula7686
@sriharikurakula7686 3 жыл бұрын
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: kzbin.info/www/bejne/fnzbo3SGrdNooKM 🙂 Kind regards, Anders
@taurean.abhishek
@taurean.abhishek 3 жыл бұрын
Very nice content Anders :)
@andersjensenorg
@andersjensenorg 3 жыл бұрын
Hey Taurus. Nice to see you around and thanks for attending the GK live session 🙂 Kind regards, Anders
@taurean.abhishek
@taurean.abhishek 3 жыл бұрын
@@andersjensenorg Thank you 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, kzbin.info/www/bejne/goGYqmhnlNNpeLs 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 жыл бұрын
Sure, I'll make it later today and let you know 😊
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Hey arjunreddy0, is this a help for you? kzbin.info/www/bejne/epfWqnluZdeiZ68
@brisadeirogourmet
@brisadeirogourmet 2 жыл бұрын
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 2 жыл бұрын
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: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@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): kzbin.info/www/bejne/roipq2CJbpuLfdE 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: kzbin.info/www/bejne/eWfbnnqcerFjbas 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: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@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 жыл бұрын
Ouch, can you post a screenshot in either my FB group or on the Discord: kzbin.info/door/Pdtz4gd_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.
@kaijisan1206
@kaijisan1206 10 ай бұрын
I don't write row.item("adress") but row("address") is there a difference, i dont understand this item
@andersjensenorg
@andersjensenorg 10 ай бұрын
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): kzbin.info/www/bejne/roipq2CJbpuLfdE Kind regards, Anders
@abhinavshukla5628
@abhinavshukla5628 4 жыл бұрын
Can you please help me to iterate this 'JSON_Object.SelectToken("data[0].title")' until data finishes?
@andersjensenorg
@andersjensenorg 4 жыл бұрын
Can you send the entire json here?
@aireviewforyou
@aireviewforyou 2 ай бұрын
In Modern design API dose not work like you. Can you Please make a New Video About API Integration Please.
@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): kzbin.info/www/bejne/roipq2CJbpuLfdE Kind regards, Anders
@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, kzbin.info/www/bejne/nKuxYZ2jeLqMotU Kind regards, Anders Ps. If you find something, I would be very happy, if you could send me the link/links 😊
@rohantammewar6337
@rohantammewar6337 4 жыл бұрын
@@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
@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 2 жыл бұрын
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: kzbin.info/www/bejne/eWfbnnqcerFjbas Have a great day. Kind regards, Anders
@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 жыл бұрын
Hey sruhari. Can you do a jsonString.replace("originalValue","newValue"? Kind regards, Anders
@sriharikurakula7686
@sriharikurakula7686 3 жыл бұрын
@@andersjensenorg it is working thank you very much
@andersjensenorg
@andersjensenorg 3 жыл бұрын
Very nice 🙏👍😀
@siddtalk
@siddtalk 20 күн бұрын
I am not able to use geo api , it says I need to purchase it . Anyone else facing same issue
@andersjensenorg
@andersjensenorg 9 күн бұрын
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): kzbin.info/www/bejne/roipq2CJbpuLfdE 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 жыл бұрын
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 жыл бұрын
@@cedricpendji4972 Thanks a lot Cedric 😍
@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
@itsmechethan6105
@itsmechethan6105 3 жыл бұрын
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 3 жыл бұрын
Your need to authorize your API access. You can get it at the API site. Which one is it? :) Kind regards, Anders
@itsmechethan6105
@itsmechethan6105 3 жыл бұрын
@@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 3 жыл бұрын
@@andersjensenorg if u r in the forum I will send the screenshot can I get u r address.
@itsmechethan6105
@itsmechethan6105 3 жыл бұрын
@@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.
@Esp1fs
@Esp1fs 3 жыл бұрын
Watch this 60 inch monitor, not tablet
@andersjensenorg
@andersjensenorg 3 жыл бұрын
Haha 👍😀
@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): kzbin.info/www/bejne/roipq2CJbpuLfdE 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.
UiPath Try Catch - Full Tutorial From Start to Finish
23:32
Anders Jensen
Рет қаралды 19 М.
API Calls in Power Automate Desktop - Beginners Guide
17:08
Anders Jensen
Рет қаралды 2,5 М.
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,4 МЛН
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 22 МЛН
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
API | UiPath Automation API | HTTP Request | HTTP Response | API Call in UIPath
42:03
How To Make Money with APIs & AI (Full Guide)
12:52
Hasan Aboul Hasan
Рет қаралды 248 М.
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,5 МЛН
How to do Excel VLOOKUPs in UiPath RPA (Full Tutorial)
31:00
Anders Jensen
Рет қаралды 19 М.
The Problem With Microservices
17:47
Continuous Delivery
Рет қаралды 434 М.
Deep Dive into REST API Design and Implementation Best Practices
12:02
Software Developer Diaries
Рет қаралды 53 М.
Learn Fetch API In 6 Minutes
6:35
Web Dev Simplified
Рет қаралды 1,2 МЛН
UiPath REFramework - Full Tutorial - Example from Start to Finish
59:34
API vs. SDK: What's the difference?
9:21
IBM Technology
Рет қаралды 1,4 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,4 МЛН