Nov 26, 2019 08:59 PM
I am trying to add default text to a single line text field. It seems simple but it doesnt work for me. Is there a trick to adding default text?
Nov 27, 2019 07:45 AM
Default text will only appear in new records. When you add a new record is it NOT showing up in the field?
Nov 27, 2019 02:24 PM
I am creating a record using the API. So when I tried manually it does work but not when I create a record electronically.
Nov 28, 2019 01:01 AM
Hi @Jonathan_Coultas - yes, when you use the API the default value on the text field is ignored. If you don’t have a specific value to send in the create record request via the API, then you will need to send your default value instead.
JB