Automate form entry data download to create reports
Hi all,
we currently have some forms on our umbraco site and I'm wondering if it's possible to connect to an API to automatically download the entries reponses from the forms so I can then point PBI at it to create a report?
Automate form entry data download to create reports
Hi all,
we currently have some forms on our umbraco site and I'm wondering if it's possible to connect to an API to automatically download the entries reponses from the forms so I can then point PBI at it to create a report?
Is anyone able to assist?
Hi Jake!
If you're using the latest version of Umbraco forms. You cloud implement your own work flow.
https://docs.umbraco.com/umbraco-forms/developer/extending/adding-a-workflowtype
Or perhaps use the "Send form to URL" workflow. And send it to a UmbracoApi controller. Where you would handle the logic for downloading the entry.
https://docs.umbraco.com/umbraco-forms/editor/attaching-workflows/workflow-types#send-form-to-url
Hopes this could get you on the right track!
//Johannes
Hi Johannes,
Thank you very much for the reply and suggestive help!
I'll look at the following links you've provided but if you have any additional resources I would really appreciate it.
I've never coded or set up an API before so it's all rather new for me!
is working on a reply...