Hi all,
I created an action with a form to let user change some options.
It is working fine BUT I would like to set a default value for an enum field and don't see how in the doc.
If it is not possible I would like to indicate a required field to the user...
Here is the data I send to ftrack for creating the form:
```'items': [
{'value': '## You are about to ship the list: {} ##'.format(flist.getName()), 'type': 'label'},
{'label': 'Action', 'type': 'enumerator', 'name': 'action', 'data': [
{'label': 'Export 1', 'value': 'myval1'},
{'lab