Advanced Excel in Microsoft Power Automate Desktop - Use Case for Accountants

  Рет қаралды 21,605

Anders Jensen

Anders Jensen

Күн бұрын

This advanced use case shows how to work with Excel in Microsoft Power Automate Desktop. We're solving an RPA process for accountants, where we want to extract web data to Excel and automate and manipulate it in Excel.
📂 Download the course materials: andersjensen.org/microsoft-po...
VIDEOS FOR YOU:
🔹 Save Web Data to Excel - Power Automate Desktop Advanced Use Case: • Save Web Data to Excel...
🔹 Power Automate Desktop For Beginners (4.5+ hours): • Microsoft Power Automa...
POWER AUTOMATE DESKTOP GROUPS:
👨‍👩‍👧‍👦 Discord: / discord
- Join my network with 4000+ Automation/RPA developers, where we solve Automation/RPA problems, network and help each other upgrade our careers. It's free!
👩🏻‍🎓 LinkedIn: / 12566435
👨🏻‍💻 Facebook: / 754059285247921
FOLLOW ME:
💼 LinkedIn: / andersjensenorg
📸 Instagram: / andersjensenorg
👨 Facebook: / andersjensenorg
🐦 Twitter: / andersjensenorg
💌 Email Newsletter: andersjensen.org/email-newsle...
0:00:00 Intro
In today's Microsoft Power Automate Desktop lesson, we solved an advanced Excel use case.
0:00:55 Extract Web Data to Excel
Download the course data to a desktop folder. Save the path because we'll use it in Power Automate Desktop as a variable. This is best practice, as we can use the variable in multiple actions, and it will be easy if we move the project and need to change the path. Use a Launch Excel action to open an Excel instance and a Close Excel action to save and close it again. The Set active Excel worksheet action is used to ensure we use the correct sheet. Read the Excel data into a DataTable. For each row in the DataTable, we want to do an internet search based on the values in a column, extract the web data and save it to DataTable and then Excel. The data we want to save is currency data from the Danish National Bank. Using the Extract data from web page action lets us automatically extract the currency data into a variable. Then, we can write the data to the Excel sheet with a Write to Excel worksheet.
25:21 Using Subflows
It's best practice to use subflows in Power Automate Desktop. We do it to keep our projects organized.
29:40 Advanced Excel Accounting
This part teaches you a lot of advanced Excel in Power Automate Desktop. We'll practice DataTable work, referencing, lookups, and manipulating data for each row of Excel sheets/tables. It targets accountants, but everyone can learn much from the use case. When you want to do calculations on Excel data, remember to convert the data to numbers, even though it looks like numbers, e.g., a Convert text to number action.
47:46 Four Eyes Check
Based on the values in the Excel sheet, our Power Automate Desktop process will send email warnings to the compliance department if the values are significant - a four eyes check. Send an Outlook email message with the Send email message through Outlook action.
52:52 Error Handling
We can make very advanced error handling in Microsoft PAD. For example, here, we check for a blank value, meaning we can't do a calculation.
#powerautomate #powerplatform #office365

Пікірлер: 34
@andersjensenorg
@andersjensenorg Жыл бұрын
Thanks for all your support 🙌🔥 Please rate the video by giving it a thumbs up or down - that helps me a lot, thanks 😊
@rmlalwani
@rmlalwani Жыл бұрын
@Anders Jensen , your videos have been really helpful and beneficial .. thank you for your contribution and support ... can only appreciate
@andersjensenorg
@andersjensenorg Жыл бұрын
Hey Rajesh - thanks a lot for such a nice comment - highly appreciated 🙌😊 Kind regards, Anders
@geraldinedelacruz506
@geraldinedelacruz506 Жыл бұрын
Another great video tutorial, learned something new again from this. Thank you Anders for doing it! Truly helpful. ❤❤❤
@andersjensenorg
@andersjensenorg Жыл бұрын
Hey Geraldine. Thanks a lot 🙌😊 All your support helps me a lot. Have you seen my video from today: kzbin.info/www/bejne/ip7IeJSuoNili6M where I go a little more advanced. Have a great day. Kind regards, Anders
@fayratta5062
@fayratta5062 Жыл бұрын
Super helpful and well-explained. Thanks!
@andersjensenorg
@andersjensenorg Жыл бұрын
So happy you could use it, thanks a lot 😎😍
@camera0n_worries0ff
@camera0n_worries0ff Жыл бұрын
Thank you for this tutorial Anders
@andersjensenorg
@andersjensenorg Жыл бұрын
I'm happy you could use it, Akshay 🙌😍
@HASAN_AL_ABD
@HASAN_AL_ABD Жыл бұрын
Thank you for all the good information. Please keep it up 👍
@andersjensenorg
@andersjensenorg Жыл бұрын
My pleasure, HASAN 🙌😎
@shaunrowley7230
@shaunrowley7230 Жыл бұрын
Thanks for this and it was great - my project that i am working on is that a customer sends us an Excel spreadsheet with stock to be imported but the columns vary each time they send to us as they cannot follow a template e.g. Barcode of product should be column B but this week is D and next week will be F although the column heading will be called Barcode. I then need to copy this data and write it to a CSV file and set the column for the barcode to a number with zero decimal places then save for our WMS to import very time consuming to copy and paste each time - hopefully this video will assist me in writing an RPA process using PAD
@andersjensenorg
@andersjensenorg Жыл бұрын
Hey shaun, thanks a lot. Let me know, how it goes and you're very welcome on my Discord, where we help each other and network (4000+ RPA developers). Have a great day. Kind regards, Anders
@lawrence5304
@lawrence5304 Жыл бұрын
Hello Anders ,do you give captcha courses,that will be a fun to watch. BT W,always enjoy your videos!
@andersjensenorg
@andersjensenorg Жыл бұрын
Hey Lawrence. Thanks a lot. Yes, and it will be in my advanced PAD course, expected early 2023. So either you have to wait of find another teacher 😞 Have a great day. Kind regards, Anders
@ALVINMAN452
@ALVINMAN452 8 ай бұрын
I saw a lot of your videos and this one it was for me a litle difficult, especally the Account part. But i saw it a few times to understand it.Very good video Thank you. Question: why my Excel sheet change its properties after i run the PAD, and after that that´s impossible to run again?
@andersjensenorg
@andersjensenorg 8 ай бұрын
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
@sweetyvakacharla8482
@sweetyvakacharla8482 Жыл бұрын
Hi Anders, Thankyou!!! this poc helped me to understand most of the power automate commands. As u said that DKK is our base currency, it means that Amount DKK column is to convert all the exchange rate values of their currencies to DKK? If yes, how did we take the formula. Is that /100 means DKK rate value?
@andersjensenorg
@andersjensenorg Жыл бұрын
Yeah, that's because the site, where we get the currency rates from use 100 of that currency (instead of 1). Thanks a lot, Sweety! 🙂
@alsafeerq82009
@alsafeerq82009 Жыл бұрын
I didn’t see you use Subflows in your videos… i think it works like functions in programming if your flow has repeated work
@andersjensenorg
@andersjensenorg Жыл бұрын
Hey Alsafeer_kw. Thanks a lot for the valuable comment. You're right, it's always nice to reuse. At the same time, when I created this video, it was also about keeping it simple, so left it out. In my "own" flows, I have subflows for init, logs, error-handling etc. Please continue with comments like this - they're gold. Have a great day. Kind regards, Anders
@SANATANATION
@SANATANATION Жыл бұрын
thankyou sir
@andersjensenorg
@andersjensenorg Жыл бұрын
My pleasure, Shubham - glad you liked it 😊🙌
@MM-li7uj
@MM-li7uj Жыл бұрын
Hi, your videos are great. Can I get data from the web that I have to log in?
@andersjensenorg
@andersjensenorg Жыл бұрын
Thanks a lot 😊 So you want to scrape data, but you need to login first? Sure no problem. If you mean the data that I use in the video, sure they are publicly available. Kind regards, Anders
@MM-li7uj
@MM-li7uj Жыл бұрын
@@andersjensenorg I can filter evaluations of my company from the web (employee login is required). I would like to insert this data into Excel, make it fancy and forward it to certain people by mail.
@andersjensenorg
@andersjensenorg Жыл бұрын
No problem, but you need a few more actions in the process then.
@brijendraydv
@brijendraydv Жыл бұрын
Thanks but real challenge is how to schedule this on server PC machine? Could you pls make a video so far I have not seen anyone makit scheduling video
@andersjensenorg
@andersjensenorg Жыл бұрын
Hey, brijendraydv. Thanks a lot. You need to make the connection to PA Cloud: kzbin.info/www/bejne/o6nJgHimiappntk and then you can easily schedule it from there. Let me know, if you have any questions. Kind regards, Anders
@nareshkumar-qo9qy
@nareshkumar-qo9qy Жыл бұрын
how to loop through each row of a data table in a webpage
@andersjensenorg
@andersjensenorg Жыл бұрын
Hey naresh kumar Thanks for writing. I'm getting more than 50 questions/comments every day and having difficulty answering everyone (I try my best). I've created my Microsoft Power Automate Groups, where we all can post and solve problems or hang out around our favorite tool, Power Automate. So you're very welcome. Get the addresses here: kzbin.info/www/bejne/lYK1emCPpJebbrc Have a great day. Kind regards, Anders
@powerbinareal
@powerbinareal Жыл бұрын
Top"! @powerbinareal
Work Queue Actions in Power Automate Desktop - Complete Tutorial
37:19
Learn Power Query & Automate Boring Data Tasks in 15 Minutes!
18:45
WHO LAUGHS LAST LAUGHS BEST 😎 #comedy
00:18
HaHaWhat
Рет қаралды 23 МЛН
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 22 МЛН
孩子多的烦恼?#火影忍者 #家庭 #佐助
00:31
火影忍者一家
Рет қаралды 52 МЛН
Русалка
01:00
История одного вокалиста
Рет қаралды 7 МЛН
Use ChatGPT as a Team
3:19
Chipp
Рет қаралды 3 М.
Web Automation in Power Automate for Desktop (Full Tutorial)
18:51
Anders Jensen
Рет қаралды 58 М.
What is Power Apps?
9:53
Lisa Crosbie
Рет қаралды 152 М.
Web Scraping Made EASY With Power Automate Desktop - For FREE & ZERO Coding
13:11
Files and Folders in Power Automate for Desktop (Full Tutorial)
30:06
Power Automate Desktop: Read Excel and Web Search - Beginners Tutorial
30:13
Power Automate Desktop: PDF Extraction and Application Entry
1:13:43
Anders Jensen
Рет қаралды 38 М.
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 25 МЛН
Копия iPhone с WildBerries
1:00
Wylsacom
Рет қаралды 283 М.
Что не так с раскладушками? #samsung #fold
0:42
Не шарю!
Рет қаралды 204 М.
Как бесплатно замутить игровой ноутбук
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 144 М.
Зачем ЭТО электрику? #секрет #прибор #энерголикбез
0:56
Александр Мальков
Рет қаралды 622 М.
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 57 МЛН