Hi, I’ve created a form using Jotform. Now, I want to update specific fields (eg. title, date, hour, …) using Make.
To test & learn, I’ve created a simple Scenario consisting of 2 modules.
I believe what is causing the error is the endpoint and request method (PUT) you are using. If you want to replace the value for a specific property you need to use a different URL endpoint: /form/{id}/question/{qid} and method: POST
Hi @Dirk_Diddens
This API documentation will be helpful:Jotform API.
You can use the “Make an API Call” module for JotForm in Make.com, which is more efficient than using the HTTP request module. This module handles the authentication details automatically, so you don’t need to provide them manually.
Regards, Msquare Automation - Gold Partner of Make