How to fetch data from Oracle database and push it into Sharepoint online list using Azure logic app

Rashmi Goyal (SolutionsPlus) 0 Reputation points
2023-09-21T09:49:56.1566667+00:00

I need to fetch data from Oracle database and push that data into Sharepoint online list using Azure logic app. I am new in this technology and have this critical requirement. Appreciate any help

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,075 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,306 Reputation points
    2023-09-22T16:42:11.3733333+00:00

    Rashmi Goyal (SolutionsPlus) Thanks for posting your question in Microsoft Q&A. I hope you are familiar with terms such as triggers (to start the workflow), action, connectors etc. Otherwise, check out https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-overview#key-terms to get started and choose a necessary trigger for your workflow.

    Let's focus about action to connect to Oracle database and push the item to SharePoint.

    #1 You can use "Oracle Database - Get row" action available in Oracle connector to fetch the rows with needed credentials/authentication.

    #2 Then use "Create item" action in SharePoint connector to build the workflow to post the data to SharePoint or any other actions based on your need with connection details such as site address, username/password.

    Check out Connect to Oracle Database from Azure Logic Apps and https://learn.microsoft.com/en-us/connectors/sharepointonline docs for more info about the connectors.

    I hope this helps and let me know if any questions.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.