Hi guys,
I would like to do the following:
- Grab data of a monday.com item
- Display this data in a HTML form → web browser
- Let the user make adjustments on the data
- Submit form → send data back to monday
I know how to grab data + update data in monday.
But I do not know how to create a form with webhook / webhook response. What I could build already:
- Module = Webhook
- Module = Webhook response incl. status 200 + HTML / Form Body
But I do not know how to handle the “submit form” and get the data back to my make scenario so that I can update my monday.com Item.
e.g.: Can I do this all in one scenario? Or do I have to split it into 2 scenarios with input/output ?
Thanks for your support !