
Hi,
I am currently trying to convert the Data that has been entered into my form into a CSV. I am trying it with a Power Automate Flow but I have some Issues doing it. First of all: is it even possible to "Submit" a empty Form to a Flow or do I need to Submit it to Sharepoint first to extract the Data there? Second of all: How does my formular has to look to export it into a json format from my form.
Here is my current formular which isn't working:
Form1 is my Form where the Default Mode is set to "Formmode.New" with no property in "Item"
Export is my Flow where I am doing the following:
I wanna edit the flow so the json format is being converted to CSV.
Thanks for the help!