how to pickup excel file from onedrive to d365 for every 1 hour using power automate

 Here's an example of how to use Power Automate to pick up an Excel file from OneDrive and transfer it to Dynamics 365 for every 1 hour:

  1. Start by creating a new Power Automate flow and selecting the "Recurrence" trigger, which will run the flow every 1 hour.

  2. Add a new action to the flow, select "OneDrive for Business" as the connector, and choose the "Get file content" action. In the action, specify the location of the Excel file in OneDrive.

  3. Add another action to the flow, this time selecting "Dynamics 365" as the connector and choosing the "Create record" action. In the action, specify the target entity in Dynamics 365 where you want to create the record.

  4. To transfer the content of the Excel file to Dynamics 365, add a new action to the flow, select "Data operations" as the connector and choose the "Parse JSON" action. In the action, provide the content of the Excel file obtained in step 2 as the input and provide a sample JSON schema for the expected structure of the data.

  5. Finally, use a "For each" loop to iterate through the parsed JSON data and create a new record in Dynamics 365 for each row in the Excel file.


This is just a high-level example of how you can use Power Automate to pick up an Excel file from OneDrive and transfer it to Dynamics 365 for every 1 hour. Depending on the specific requirements of your use case, you may need to add additional actions or modify the steps in this example to meet your needs.

Comments

Popular posts from this blog

How to Create a wizard in x++ d365

how to post trade agreement journals automatically using x++ code

X++ code to CREATE AND POST A TRADE AGREEMENT IN MICROSOFT DYNAMICS 365 in D365 F & O