Work docs and forms

Hello,

Is it possible to get information from a submitted form to upload onto a workdoc automatically?

I have a form for people to complete when requesting tasks, with a docs column on that board with a set template. Having this on an actual document is the ideal format, but I’ve been stumped how to get it to automatically populate the data.

Any help or workarounds would be great :slight_smile:

Hi @Matt_Frost

The Monday API has the ability to automatically to create new docs.

As such, you could (programmatically) whenever a new form is submitted , create a doc based on the form’s data (via the Monday API)

Hope this helps!

2 Likes

Oh that’s interesting.

I don’t have those technical skills yet to be able to do that, yet.
Where would you even start? :rofl: