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
API says that custom field has field named display_value
display_value is a read-only field that will always be a string. For apps that use custom fields, this is a great way to safely display/export the value of a custom field, regardless of its type. We suggest apps use this field in order to future-proof for changes to Custom Fields.
But com.asana.models.CustomField has no such field.
The text was updated successfully, but these errors were encountered:
API says that custom field has field named
display_value
But
com.asana.models.CustomField
has no such field.The text was updated successfully, but these errors were encountered: