Skip to main content

Default text on single line text field

  • November 27, 2019
  • 3 replies
  • 53 views

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?

3 replies

Forum|alt.badge.img+11

Default text will only appear in new records. When you add a new record is it NOT showing up in the field?


  • Author
  • Known Participant
  • November 27, 2019

Default text will only appear in new records. When you add a new record is it NOT showing up in the field?


I am creating a record using the API. So when I tried manually it does work but not when I create a record electronically.


JonathanBowen
Forum|alt.badge.img+18

I am creating a record using the API. So when I tried manually it does work but not when I create a record electronically.


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