A Connect module in the same format as in the app descriptor.
{ "description": { "value": "field with team" }, "type": "single_select", "extractions": [ { "path": "category", "type": "text", "name": "categoryName" } ], "name": { "value": "Team" }, "key": "team-field"} Copy
{ "description": { "value": "field with team" }, "type": "single_select", "extractions": [ { "path": "category", "type": "text", "name": "categoryName" } ], "name": { "value": "Team" }, "key": "team-field"}
A Connect module in the same format as in the app descriptor.
Example