workflowLogic apps

Niren Adhikary (NAD) 146 Reputation points
2022-08-03T16:03:37.15+00:00

Hello,

We want to setup a logic app work flow which will read data from .xlsx file(from a particular worksheet in the .xlsx file) from sharepoint and insert it into sql database table for each rows in the .xlsx file excluding the header.

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

1 answer

Sort by: Most helpful
  1. Kamlesh Kumar 3,866 Reputation points
    2022-08-03T18:13:02.693+00:00

    Hi @Niren Adhikary (NAD) ,

    Welcome to Microsoft Q&A Platform. Thank you for the question.

    You can build your logic app workflow like:

    Get File Content (From Sharepoint) --> List Rows present in a table (having filter query) --> Insert row (SQL Server connector to insert the data.)

    Apart from this if you have tried some different design then let us know so we can review or if in case have any issue then please post it on Microsoft Q&A Platform.

    Regards,
    Kamlesh Kumar

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators


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.