Hello,
We are working with custom field and we want to rely heavily on enum option. However, it has only a “name” parameter, but no “value” parameter. Technically, it means we will have to do a lot string parsing as we cannot use only the name. In our scenario users create workflows that have unique IDs. Here is the use case demo, the field values are from 01:04:
https://www.loom.com/share/1661a8cc8b8b424eb4b5185fd604d533
As you can see we are using some string structure (“Name+(workflowID)” which looks a bit ugly in the UI. Usually, enum options in that case have a value parameter, but we don’t see it here.
I was wondering if there any plans to expand the API?
Cheers,
Ilia