DynamicsCon 2025 - Chicago

Image
I am honored to be presenting at DynamicsCon 2025 in Chicago - May 13 - 16.  https://dynamicscon.com/ I have two sessions: On Wednesday, May 14th at 3:45pm - I am co-presenting with Kent Nielsen.  Our topic is Canvas vs. Model-Driven Power Apps. You can find our slides here:  On Thursday, May 15th at 9:45am - I am presenting one of my most popular sessions - Getting started with Power Automate for D365 F&SCM.  Even if you have seen this session before, there is some new info on environment variables, building solutions and storing approval information in D365. You can find my slides here : 

Dynamics 365 Finance & Supply Chain with Power Automate - Part 3 - Adding a new vendor workflow


I recently presented a session on using Power Automate with Dynamics 365 Finance and Supply Chain.  The session was very well received, so I wanted to post some videos and details to help users better understand the examples I covered in the session.

In the following video I will walk through using Power Automate with Dynamics 365 Finance & Supply Chain to manage a workflow around adding a new vendor.

Business scenario – To on board a new vendor, the organization requires a new vendor request be submitted, an internal review process is used, including sending an email to the vendor with the required tax documents (W9) and instructions.

Components used in the scenario – Dynamics 365 Finance virtual entities, Power Automate, Microsoft Forms, Microsoft OneDrive, Microsoft Teams and Outlook

Synopsis – By using an Automated cloud flow in Power Automate the system can automatically manage this business process.  Power Automate will listen for new vendor request form to be submitted.  It will add the information to D365 (on hold), notify the AP team in Teams, and it will send an email to the Vendor attaching a blank W9 form.

____________________________________

Step one is to create a form to gather the key vendor information.  In my example, I will use Microsoft Forms as it connects easily with Power Automate.  It also connects with Microsoft Teams, so it is easy for users to access.


Once the form is setup, you will have the information needed to start the Flow.  This will be an automated flow with the trigger "When a new response is submitted"

The beginning of the flow is to get the information from the new form that was just submitted.  The form id is the form that is being used to collect the Vendor information.  You will add a step of "Get response details" and the Response ID is from the trigger step above.


Now that you have the information on the vendor, the remainder of the flow will use that information to get approval on the new vendor, if approved we will add the vendor to Dynamics 365, put the vendor on hold, post a message to Teams, and send an email to the vendor.

First we will use Power Automate's approval functionality to ask for Approval on the new vendor.  Using a condition, we will have two branches for the remainder of the flow.


If the vendor is not approved, we will simply use the Outlook connector to send an email to the original form submitter letting them know it was not approved.


If the vendor is approved, we will add the information to D365 using the Dataverse - "Add a new row" connector.  


Once the vendor is added to D365, we will post a message to Teams using the "Post message in a chat or channel" connector


The last piece of the flow is to send a W9 to the new vendor.  To do this, we have place a blank W9 form in our OneDrive for Business.  So we can use Power Automate to get the file information.  Once we have the file, we will send an email to the vendor with the file attached.




Below is a video building out the entire flow from scratch.



Hopefully you find this information helpful.  Please subscribe to my blog and video channel for more information on Dynamics 365 Finance, Supply Chain, Project Operations and Power Platform.




Comments

Popular posts from this blog

RPA with Dynamics 365 Finance & Supply Chain

Copilot Dynamics 365 Finance & Supply

Using Full Page Apps in Dynamics 365 Finance