How to retrieve the output from Microsoft Form in a csv file (without overwriting)?

King Java 645 Reputation points
2025-01-06T23:59:03.5433333+00:00

Hi

I am trying to come up with a solution where I could move the output of Microsoft Form and insert that data into Azure SQL on a daily basis.

This thread is related to my previous post:

https://learn.microsoft.com/en-us/answers/questions/2137820/getting-responses-from-microsoft-form-to-create-cs

Previously, I came up with a solution where I used "Create file", but by using this, it overwrites a csv file each time somebody submits a form, and that is not the ideal way of collecting data on a daily basis because with current process, I only collect data from a csv file once a day.

Instead of overwriting a data (each time csv file is created), I need to just leave any collected data I get on a daily basis, and move that data into Azure SQL.

User's image

I would like to know how to retrieve the data from output of Microsoft Form.

Is there any particular folder and file location of output from Microsoft Form?

Or instead of "Create file" (which overwrites previously collected data), is there any better option to Insert data to a csv file?

Thanks.

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

Accepted answer
  1. Silvia Wibowo 4,741 Reputation points Microsoft Employee
    2025-01-08T00:33:04.1866667+00:00

    Hi @King Java , I think your use case is easier to do with Power Automate instead of Logic Apps:

    https://sqlpowered.com/saving-microsoft-forms-responses-to-azure-sql-with-power-automate/

    Or you can apply the Power Automate template logic to your current Logic Apps.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.