You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion is to add metadata to the data being sent. In the JSON dump configuration options, any variable (component, user-defined, or static) can be selected to add to this metadata, with several pre-selected variables such as:
Form name (form_name)
Form ID (form_id)
Submission ID (submission_id)
Now (now)
Authentication type (auth_type)
Others...?
Example
An example form with the following configuration:
Authentication via DigiD, capturing a BSN
First form step with text fields firstName and lastName
Second form step with a user upload attachment
Should lead to a JSON object being sent with the shape:
Follow-up of #4908
Suggestion is to add metadata to the data being sent. In the JSON dump configuration options, any variable (component, user-defined, or static) can be selected to add to this metadata, with several pre-selected variables such as:
Example
An example form with the following configuration:
firstName
andlastName
attachment
Should lead to a JSON object being sent with the shape:
The text was updated successfully, but these errors were encountered: