We asked and you delivered, So beautifully explained Rakesh. Thanks for your contribution in improving our skills, Waiting for more advanced usage of API's like google API.
34:50 guys, when using the deserialize activity, default type would be object, so change it to jobject. Otherwise it won't work like shown in the tutorial
thank you my friend. It took me so much time to understand why I am not getting the preview to work but when I saw your comment and put the values in "" it worked. Thanks again for your input
Hi Rakesh, Thanks for above, I have tried to practice the same example like the way you showed here. but i am getting error message as "Method Not Found" when i click on preview button. please help.
Hi Rakesh, I follow your video step by step, but after I add the endpoint and pressed preview error message came( HTTPS Request wizard Error Method not found)... Any Ide what is the issue?
I think UiPath should have kept the HTTP Request activity output type as default JObject itself. It would have eliminated the explicit type conversion thus improving execution time.
Thank you so much . I must say any non-technical background person can become technical the way you teach your students. My only question was why did you create build data table above the Add data row?
Hii Rakesh one doubt, i tried what you said in 2023.10.0 studio version but i am seeing Deserialize output variable as Type Object but in your Video it is showing as JObject.... when i tried changing from Object to JObject its giving Error.. can you try the same with Studio 2023.10.0 and figure out the issue.
Hi Sir, How to add variable in header instead of value, if i add variable name it is automatically converted as "1.1421: VisualBasicValue" so for next run its not working
How to extract [ ] inside jason object. when i tried to get "weather": [ { "id": 802, "main": "Clouds", "description": "scattered clouds", "icon": "03n" } ], i am trying --jsonObject("weather")("id") i am getting exception Message Box: Accessed JArray values with invalid key value: "id". Int32 array index expected.
@@AutomatewithRakesh thank you. it is working. Please make more videos on API's. it is very helpful to all of us. as mostly all companies are using API's calls very extensively
Hey Rakesh, I am following all your videos. I practiced this as well, when I am requesting the GET method in the preview I am getting an empty array and status code is 200. I double checked the same on postman I am able to see the data but not in UiPath. Please advice, Thanks in Advance!
Hello Rakesh, In UiPath 2023.4.0 community, Deserialisation activity by default is not using JObject type argument, finding that one from browse is hard, any suggestion you would like to give?
Hi Rakesh These videos are very helpful I feel a confidence when learnt from your videos - with respect to API there are few concepts like fetching Acces Token Authorization, Grant type, Grant I'd and in POST method when needed to update in server application we build JSON for example we need to create a new employee account in a HR application in this case we need to use POST method with a JSON Body containing employee details also please cover SOAP and REST.....Thanks much
Hi Rakesh, the way of explanation is awesome. Could you please make a video on "Test manager " option available in uipath studio, also make a video on uipath test suite?
Hello. Thank you for your tutorials. Can you explain how to set multiple endpoints from a txt file or csv in HTTP Request Wizard as domain1/path, domain2/path, domain3/path etc? Thank you.
Thank you for your excellent videos, I have a web form and I want to fill it with data from excel, I want to open 10 windows and fill it in the same time can UIpath make it? if not which automation software? thanks
Hi rakesh thank you for the api tutorials in uipath.Those are very helpfull while learning uipath.As you said using Api it is easy to extracting the data rather than data scaping.can you have any idea to extract the weather data for a month?.i did it with data scraping ,i want to do it by using api.
Thanks Soo much Sir can you please upload SAP automation and, string manipulation videos as well and also some live examples of document understanding for different types of invoices
Thank you for the suggestion Surya, will try,there are many viewers who jumps to a video and may lead to confusion. So have to explain things as many are beginners. However, will try my best stay relevant to the point!
Amazing explanation. Kudos to your patience and your teaching skills
Many thanks!
Really waiting for this content from you end, U are really awesome to deliver any content in Easy Way
Thank you
We asked and you delivered, So beautifully explained Rakesh. Thanks for your contribution in improving our skills, Waiting for more advanced usage of API's like google API.
Thank you, sure will do
34:50 guys, when using the deserialize activity, default type would be object, so change it to jobject. Otherwise it won't work like shown in the tutorial
You've just revived my skills to next level ....thank you and appreciation for your hard work ❤️
Awesome 😃
A great wait ends ; Thank you sir for such a informative video now all doubts will come to end
You are most welcome Aditya
Thank you so much Rakesh for all you do!!! Happy new year!! Wish you more wins this year!!
Thank you 🙏 wish you the same
if you are here in 2024, note that the values should be in written within double quotes "value"
thank you my friend. It took me so much time to understand why I am not getting the preview to work but when I saw your comment and put the values in "" it worked. Thanks again for your input
Beautifully explained. Thank you!
Hi Rakesh, Thanks for above, I have tried to practice the same example like the way you showed here. but i am getting error message as "Method Not Found" when i click on preview button. please help.
time stamp 9:13 when i am coping the API its showing error HTTP is not declared what to do?
Hi Rakesh, I follow your video step by step, but after I add the endpoint and pressed preview error message came( HTTPS Request wizard Error Method not found)... Any Ide what is the issue?
Hi, I am getting also same error have you got any solution?
I think UiPath should have kept the HTTP Request activity output type as default JObject itself. It would have eliminated the explicit type conversion thus improving execution time.
Yaah ! In few situations people want it in other formats
Tq sir, waiting for this from a long while
You are most welcome
Great video Rakesh! I have an interview in a couple of days and this is really helping me
you have every trick in the book! thanks for sharing!
One quick question, how can I know that whether any URL having API endpoint or not ?
Thanks dear brother whenever I am getting trouble understanding UI Path you are here to help :)
I am so happy to hear this, Bala. Continue your learning jouney all the best!
Can you resolve my issues,in Http request preview gives data but running the bot no data coming in response variable ,why
Thank you very much for this Rakesh! I am learning something new everyday from your valuable channel!
Glad to hear that
Thank you so much . I must say any non-technical background person can become technical the way you teach your students. My only question was why did you create build data table above the Add data row?
Hii Rakesh one doubt, i tried what you said in 2023.10.0 studio version but i am seeing Deserialize output variable as Type Object but in your Video it is showing as JObject....
when i tried changing from Object to JObject its giving Error.. can you try the same with Studio 2023.10.0 and figure out the issue.
Hi Sir, How to add variable in header instead of value, if i add variable name it is automatically converted as "1.1421: VisualBasicValue" so for next run its not working
Thanks for the Playlist on API's Very well explained.
How to extract [ ] inside jason object. when i tried to get
"weather": [
{
"id": 802,
"main": "Clouds",
"description": "scattered clouds",
"icon": "03n"
}
],
i am trying --jsonObject("weather")("id")
i am getting exception Message Box: Accessed JArray values with invalid key value: "id". Int32 array index expected.
I have shown this in my next videos : you need to use an index number for example jsonobject(“weather”)(0)(“I’d”)
@@AutomatewithRakesh thank you. it is working. Please make more videos on API's. it is very helpful to all of us. as mostly all companies are using API's calls very extensively
Great explanation.. waiting for next vedio..😊
nice rakesh but one question, how do i parctice another website like you give directly link to parctice
Hi i am using post method i hve to pass data in request body how can i do that ?
Thank you Rakesh, very informative.
My pleasure!!
beautifully explained! the best!
Thank you Yashobanta
Thank you much needed video i was just working on API
Great to know
Rakesh its showing invalid api key but i did exactly how u showed in video
Hey Rakesh, I am following all your videos. I practiced this as well, when I am requesting the GET method in the preview I am getting an empty array and status code is 200. I double checked the same on postman I am able to see the data but not in UiPath.
Please advice, Thanks in Advance!
Hello Rakesh,
In UiPath 2023.4.0 community, Deserialisation activity by default is not using JObject type argument, finding that one from browse is hard, any suggestion you would like to give?
This is really helpful 😊
Hi Rakesh These videos are very helpful I feel a confidence when learnt from your videos - with respect to API there are few concepts like fetching Acces Token Authorization, Grant type, Grant I'd and in POST method when needed to update in server application we build JSON for example we need to create a new employee account in a HR application in this case we need to use POST method with a JSON Body containing employee details also please cover SOAP and REST.....Thanks much
Sure Ishwar will get those contents too. Thank you for liking our content. Please support our channel by hitting on like button
Hi Rakesh, the way of explanation is awesome. Could you please make a video on "Test manager " option available in uipath studio, also make a video on uipath test suite?
Sure will do
Hello. Thank you for your tutorials. Can you explain how to set multiple endpoints from a txt file or csv in HTTP Request Wizard as domain1/path, domain2/path, domain3/path etc? Thank you.
Your video tutorials are awesome.
Thank you for your excellent videos, I have a web form and I want to fill it with data from excel, I want to open 10 windows and fill it in the same time can UIpath make it? if not which automation software? thanks
How to Get different Properties from different Object from same JSON file? Like City Name and Temperature ?
Hi rakesh thank you for the api tutorials in uipath.Those are very helpfull while learning uipath.As you said using Api it is easy to extracting the data rather than data scaping.can you have any idea to extract the weather data for a month?.i did it with data scraping ,i want to do it by using api.
I think you found the video, continue the playlist, Sravanthi
once after i paste the endpoint url, its showing three errors, https not declared, semicolon expected and syntax error
Put it in double quotes and when you add parameters, the value should also be in double quotes
@@PraveenSingh-cl2or ok let me try
@@PraveenSingh-cl2orbut output of api is not getting correct..I have tried this
I get an error "Option Strict on disallows late binding when using UiPath Framework" while writing JsonObject("main") in message box. Please help.
yes same
Hi rakesh . Can you please provide sap automation business scenarios if possible.
Sure will do
Rakesh is there any direct email where I can reach you please .
What if I wanted to filter "weather" which has an array? how would it be? JsonObject("weather")("description")
Hi Rakesh! How are u?
Actually my api key is showing invadid api key so plz suggest what should i do to resolve it?
Hi Shivani, I think you were able to resolve this issue on your own. Good job in your learning progress
Thank you Rakesh bhai.
You are welcome
Very helpful
Can you please make a video on how to automate sharepoint and how to configure it. Will be of great help. Thank you!
I am getting invalid API key error when I use HTTP request. Please assist.
Can you please upload mainframe automation video with examples
Sure will do
what to do if it shows api key invalid in preview
Same here, did you got any resolution ?
No bro!!
hi rakesh,
kindly make video on Outlook for beginers using with uipath for the first time. or kindly refer the link.
How to add json with dynamic input as a Request body
Can we pass prerequest script in http request?
You need to provide values in quotes for parameters
Can you please upload mainframe Automation videos
Sure will do
Thanks Soo much Sir can you please upload SAP automation and, string manipulation videos as well and also some live examples of document understanding for different types of invoices
Great content. To be concise please avoid rambling, and come to the point quickly. Also avoid repeating the same content.
Thank you for the suggestion Surya, will try,there are many viewers who jumps to a video and may lead to confusion. So have to explain things as many are beginners. However, will try my best stay relevant to the point!
@@AutomatewithRakesh You are doing really good.
Hi , can you please make a video on Uipath enhancements latest release 2022?
I think I had it for 2021: th-cam.com/video/Usr_eXshkpA/w-d-xo.html
I will try to create a new one
💯
Thanks
Please get some more examples. Thank you so much for this video
Sure will continue the series slightly occupied at work for next few days will upload
@@AutomatewithRakesh Thank you
If anyone doing this and your Api KEY SHOWING WRONG. Please wait for an hour . It will get activated automatically
How to enable Google api?
Completed
please ubdate videos for uipath support team like L1 L2 L3 working videos uploaded
Its resolve now
Great to know Shivani
if you are here in 2024, note that the values should be in written within double quotes "value"