Hello,
I created an action and in the mappable parameters, I added a “Nested Fields for Specific Options” (https://integromat.gitbook.io/apps/app-components/parameters/select#nested-fields-for-specific-options). In the nested options, I added the parameters for each of my cases.
When I select my “plan”, my options adjust perfectly.
Now, I’m passing my parameters to my application’s API, but it rejects my JSON because the key “plan” is not allowed.
I have just need of key “plan” for selecting the other value, and after I’dont want …
How can I remove it before sending it in communication fields ?
…
“body”: {
“jsonData”:“{{createJSON(parameters.jsonData)}}”
},
…
Are you an idea ?
Thanks by advance
Jerome