Hello,
Integromat retrieves data of a specific database record using a webhook. It then should create a Typeform with a hidden field containing the record number. If I map the Hidden field to myID of the webhook (this is the record#), it displays this error message:
The operation failed with an error. [400] code: 'VALIDATION_ERROR', desription: 'The payload is invalid.', details: '[{"code":"PATTERN","description":"should match the pattern","field":"/hidden/0","in":"body"}]'
What has to be entered in the Integromat Hidden field (in the Typeform Create a Form module)?
Just to explain the context: We always create the same form. The URL is sent to a specific user. The user enters some text (and uploads a file) and submits the form. An Integromat Watch module triggers an update record event which should update specific data of the record with the id above (myID).
I’d really appreciate your help. Thanks in advance.