Great content as always, Marcelo. Cheers from Poland 😁😁
@marcelocruzrpa21 күн бұрын
Thank you so much 🤩 Hug from Portugal!😃
@riteshburman9348 Жыл бұрын
Its Amazing❤❤ I have learned a lots advance topic from ur youtube video only. I am a fulltime UiPath Developer in a reputated MNC. Today i am there bcz of ur videos only. Great content !! as always .. keep it up Man. Keep uploading lots more complex topic.
@marcelocruzrpa Жыл бұрын
Wow thank you so much for your kind words! 😊 I'm so glad to know that you've learned from my tutorials .😀 Yeah I will keep it up ... soon I will release more tutorials, if you have tutorial(s) that you would like to see here please let me know 😉 I wish you the best 🌟
@xdasdaasdasd4787 Жыл бұрын
thank you for the video, really helped me. Just a question are you able to use C# in the intermediate panel? Every time I tried testing the programming syntax I got an error, but looking at the local panel I could see that variables held data.
@luisalexandre1987 Жыл бұрын
Bom dia, como posso manter contato contigo para tirar dúvidas sobre o Power automate?
@rockingram5183 Жыл бұрын
Wow really insightful
@marcelocruzrpa Жыл бұрын
Thank you much for your words 👍🏻
@GiorgiGogoladze-e7x5 ай бұрын
Have you tried Visual Code and it's extension for UiPath coded workflows ?
@marcelocruzrpa5 ай бұрын
Not yet, have to try it someday 😄 Did you already? If yes, did you like it?
@GiorgiGogoladze-e7x5 ай бұрын
@@marcelocruzrpa There is extension For Visual Code called "UiPath Code Support" I installed it and there is problem on Initializing Command, I just wondered if you tried it
@GiorgiGogoladze-e7x5 ай бұрын
@@marcelocruzrpa There is only one Visual code extension "UiPath Code Support", I have trouble Initializing that extension in my project with command, I just wondered if you've tried it
@MrKrzysiek9991 Жыл бұрын
Excellent video but the library is disappointing. Open-source libs are way better.
@marcelocruzrpa Жыл бұрын
Thank you so much for the feedback. UiPath has already some open-source packages, who knows in the future they move more to open-source 😀
@GHOST-cg1gt Жыл бұрын
Good job
@marcelocruzrpa Жыл бұрын
Thank you👍🏻
@LuisLopes-v8w Жыл бұрын
Nice and detaitailed tutorial
@marcelocruzrpa Жыл бұрын
Thank you 🙂
@jmps3721 Жыл бұрын
the simulation of type into is design for 1 text only not all type into activities used.?. how to activate all type into activities used in simulate mode
@marcelocruzrpa Жыл бұрын
With the TypeIntoOptions variable defined as on the tutorial, you then can do the following to use the defined settings across all TypeInto activities: typeIntoOpts.Text = "1200"; loanApplicationScreen.TypeInto("Loan Amount Requested", typeIntoOpts); typeIntoOpts.Text = "120000"; loanApplicationScreen.TypeInto("Current Yearly", typeIntoOpts);
Жыл бұрын
Great job, thanks❤
@marcelocruzrpa9 ай бұрын
You're welcome! 😀
@rodrigosantannalima Жыл бұрын
Once more an amazing content! Thx
@marcelocruzrpa Жыл бұрын
Thank you so much for the feedback Rodrigo! 😀👍🏻
@srinivasbutsu1104 Жыл бұрын
is it possible to read Input sheet by using this method? and how we can do Exception Handling in this Method?
@marcelocruzrpa Жыл бұрын
Yes, it's possible, however not with UiPath Excel package yet, as it isn't supported yet on Coded Automation, what you can use it's FileStream with ExcelDataReader library to read Excel files. For Exception Handling, you can use what we use already on the low-code automations like Try Catch and Throw. I may release tutorial about that, but while not I recommend you to checkout C# docs to know how to do.
@suraj_singh321 Жыл бұрын
Hi marcelo make a video on scanned pdf unstructure pdf datatable exteaction and write to excel uipath using regex or data manipulation