Ravindra Jadhav

🚨 If you can't build these 15 Power Automate Flows... you're not a Pro Power Automate Developer yet! πŸ’₯

πŸ’ͺ Practice and πŸ“š continuous learning lead to 🌟 perfection.

πŸ“Œ Watch these one by one and level up your skills today πŸ‘‡
(You’ll thank yourself later!)


πŸ”₯ 1. Convert Excel to CSV (No premium connector used!)
πŸ‘‰ https://youtu.be/0ls_hbBO2Fk

πŸ’‘ 2. Excel to SharePoint/Dataverse CRUD
πŸ‘‰ https://youtu.be/GHPEws2LJaM

πŸ“₯ 3. Upload CSV to SharePoint or Dataverse
πŸ‘‰ https://youtu.be/YsmNxJjTenQ

πŸ“¨ 4. Add Button in Outlook Email Body
πŸ‘‰ https://youtu.be/hVMaUlR_7MA
🟰 Or Send Email with Options πŸ‘‰ https://youtu.be/9FByocrDTlE

πŸ“ 5. Merge Two SharePoint Lists
πŸ‘‰ https://youtu.be/q-v1OLQ2rT4

βœ… 6. Handle Multi-Select Choice Column in SharePoint
πŸ‘‰ https://youtu.be/eWzpuX0jgiE

πŸ” 7. Create Parse JSON Schema Dynamically
πŸ‘‰ https://youtu.be/MGPHdMPkq1o

πŸ”— 8. Add Link to SharePoint Document Library
πŸ‘‰ https://youtu.be/TJ4ZC252WR4

πŸ—οΈ 9. Get Key from Object in Power Automate
πŸ‘‰ https://youtu.be/LbpSz6CU3dM

πŸ“Š 10. Get Previous Values/Version History in SharePoint List
πŸ‘‰ https://youtu.be/Bbkm9iRcyXc

πŸ–ΌοΈ 11. Add Image to PDF or Email Body
πŸ‘‰ https://youtu.be/0C-yjOoC3Kk

πŸ“€ 12. Send Email On Behalf of Another User
πŸ‘‰ https://youtu.be/C90_Rvdmd6U

🌈 13. Send JSON Data as a Colorful Email Table
πŸ‘‰ https://youtu.be/kRZws8xmpG8

πŸ› οΈ 14. Update Created/Modified By in SharePoint via REST API
πŸ‘‰ https://youtu.be/f-Vj3oL5e7w

πŸ”„ 15. Power Apps ↔ Power Automate Data Flow
a. Send Data to Power Automate
πŸ‘‰ https://youtu.be/Nb4G5bDCxHE
b. Receive Data in Power Apps
πŸ‘‰ https://youtu.be/10V1Wpw2HWM

πŸ“£ Tag your Power Platform buddy who must master these!
🧠 Learn, Practice, and Become a Power Automate Pro πŸ’ͺ
#PowerAutomate #PowerApps #SharePoint #Dataverse #MicrosoftPowerPlatform #Automation #PowerPlatformTips

3 months ago | [YT] | 1

Ravindra Jadhav

πŸš€ Automate Your Environment Variable Updates Across Environments (Dev ➑ SIT ➑ Prod) in One Click! βš™οΈ

πŸ” Problem Statement:
Managing environment variables like API keys, connection strings, or configurations during app deployment across different environments (Dev, SIT, Prod) is often frustrating.
Manual updates are time-consuming ⏱, error-prone ❌, and can even create security gaps πŸ”“.

πŸ’‘ The Solution:
I’ve built a Power Automate Flow that allows you to update environment variable values with a single click during deployment.
No more manual edits, no more confusionβ€”just fast, secure, and consistent updates every time! πŸ”βœ¨

βœ… What you'll learn in this post:

How to streamline deployments using Power Automate

Best practices for managing environment variables

How automation reduces risks and increases efficiency


πŸ“Ή Watch the Full Tutorial on YouTube:
πŸ‘‰ https://youtu.be/_TPBD4Y6Ksc

πŸ“ Read the Detailed Step-by-Step Blog:
πŸ‘‰ savinj.com/set-or-update-environment-variables-by-…

πŸ’¬ Want the complete flow file? Just drop a comment or DM me β€” happy to share!
Let me know your thoughts below ⬇ What challenges do you face while managing your deployments?

#PowerAutomate #DevOps #EnvironmentVariables #LowCode #PowerPlatform #Automation #Deployment #MicrosoftPowerAutomate

3 months ago | [YT] | 2

Ravindra Jadhav

πŸš€ Power Automate Advanced Tutorial

Have you ever tried generating a QR Code in Power Automate β€” WITHOUT using any Premium Connector? 🀯
And then...
βœ… Storing it as an attachment πŸ“Ž
βœ… Uploading it to a SharePoint Document Library πŸ“
βœ… Or even sending it via Outlook Email with the image embedded? πŸ“§

πŸ€” Sounds tricky? Let me show you how to do it – step-by-step πŸ’‘πŸ‘‡

βœ… Solution (No Premium Connectors Used):

Youtube Video: https://youtu.be/Wui4eNxF1zI
Article: savinj.com/qr-code-in-power-automate-2025/

πŸ”Ή Step 1: Use any trigger based on your scenario (Manual, Power Apps, HTTP, etc.)
πŸ”Ή Step 2: Use "Download File from URL" action (OneDrive for Business)
πŸ‘‰ Use a free QR code generation URL like chart.googleapis.com/chart?cht=qr&chs=200x200&chl=…

πŸ”Ή Step 3: Use Get File Content to read the QR file
πŸ”Ή Step 4: Store it in SharePoint Document Library or as an Attachment
πŸ”Ή Step 5: Use Send an Email (V2) and embed the QR Code using base64 string:

<img src="data:image/png;base64,@{base64(body('Get_file_content'))}" />

🎯 And just like that, you’ve created a no-cost, dynamic QR Code workflow inside Power Automate!

πŸ’¬ Have you tried something similar without premium connectors?
Drop your creative use cases below! β¬‡οΈπŸ‘‡
#PowerAutomate #NoPremium #AutomationTips #QRCode #Microsoft365 #LowCodeNoCode

3 months ago | [YT] | 3

Ravindra Jadhav

How are YOU currently viewing records from your Dataverse tables? πŸ€”

Let’s break it down:

πŸ”Ή Option 0:
Open the Dataverse table in the default editor
βœ… Good for: Creating new columns, adding data
❌ Bad for: Viewing & exporting records

πŸ”Ή Option 1:
Use Advanced Settings β†’ Filter β†’ Export to Excel
βœ… Good for: Filtering & exporting
❌ Bad for: Creating or editing records directly

πŸ”Ή Option 2 (Recommended):
✨ Convert your Dataverse table into a Model-Driven App
βœ… Create, View, Edit, Export & Filter records
βœ… Enjoy a better UI and smoother experience
βœ… Import data easily too!

πŸ“½οΈ Watch the full tutorial here:
πŸ‘‰ https://youtu.be/iK4vqdxm23I

πŸ“„ Read the step-by-step article:
πŸ‘‰ savinj.com/convert-dataverse-table-into-model-driv…

πŸ‘‡ Let me know in the comments:
Which option are you using today? Or are you planning to switch to Model-Driven Apps soon? πŸ”

#PowerApps #Dataverse #ModelDrivenApps #PowerPlatform #MicrosoftPowerApps #Dynamics365 #LowCode #NoCode

3 months ago (edited) | [YT] | 3

Ravindra Jadhav

Two years ago, I started my YouTube channel with just one goal: to share what I know about the Power Platform and help others grow in this amazing field. Today, I’m overjoyed to share that our channel has reached 2,000 subscribers! Each one of you represents a connection, a story, and a learner on this journey.

Subscribe to my channel youtube.com/@jadhav_ravi_oo7
and let’s create something amazing together. To my existing supporters, I am deeply grateful thank you! ❀️

11 months ago | [YT] | 16

Ravindra Jadhav

I Passed the Microsoft PL-500 exam and am now a certified Microsoft Power Automate RPA Developer! πŸŽ‰πŸš€

This certification is a significant step in my Power Platform journey, highlighting my skills in building automated workflows and optimizing business processes. πŸ€–πŸ’Ό

I'm excited to put this knowledge into practice and create more efficient and innovative solutions. πŸ’‘βœ¨

If you have any questions about the certification process or want to chat about automation, feel free to reach out! πŸ’¬πŸ“²

A big thank you to my colleagues, mentors, and everyone who supported me along the way. πŸ™πŸ‘ Sujata Shashi Bhuvesh Goel Wasim Shaikh Swapnil Sanap Sanika Thorat

#MicrosoftCertified #PowerAutomate #RPA #Automation #PowerPlatform #PL500 #CareerGrowth πŸŒŸπŸŽ“ Celebrating my new certification!

learn.microsoft.com/api/credentials/share/en-us/Ra…

1 year ago | [YT] | 16

Ravindra Jadhav

Hey πŸ‘‹ Everyone With Power Platform Learning Microsoft Azure it's Correct Move ?

Recently Clear #AZ900 and #AZ102 Now

Microsoft Certified: Azure AI Engineer Associate

Design and implement an Azure AI solution using Azure AI services, Azure AI Search, and Azure Open AI.

Overview
As a Microsoft Azure AI engineer, you build, manage, and deploy AI solutions that leverage Azure AI.

Your responsibilities include participating in all phases of AI solutions development, including:

Requirements definition and design
Development
Deployment
Integration
Maintenance
Performance tuning
Monitoring

You work with solution architects to translate their vision. You also work with data scientists, data engineers, Internet of Things (IoT) specialists, infrastructure administrators, and other software developers too:

Build complete and secure end-to-end AI solutions.
Integrate AI capabilities in other applications and solutions.

As an Azure AI engineer, you have experience developing solutions that use languages such as:
Python
C#

You should be able to use Representational State Transfer (REST) APIs and SDKs to build secure image processing, video processing, natural language processing, knowledge mining, and generative AI solutions on Azure. You should:

Understand the components that make up the Azure AI portfolio and the available data storage options.
Be able to apply responsible AI principles.
Skills measured
Plan and manage an Azure AI solution
Implement decision support solutions
Implement computer vision solutions
Implement natural language processing solutions
Implement knowledge mining and document intelligence solutions
Implement generative AI solutions

1 year ago | [YT] | 9