Help

Re: Write single/multi select fields in blocks/Apps?

Solved
Jump to Solution
385 0
cancel
Showing results for 
Search instead for 
Did you mean: 
harshal
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey community,

How do I create or update single/multi select fields ?

The current guide example only applicable on text fields.
table.createRecordAsync({'My field name': 'new value'});

Regards
Harsh

1 Solution

Accepted Solutions
Kamille_Parks
16 - Uranus
16 - Uranus

The write formats for each field type are listed in the docs. For Single Select, its {name: 'xxxx'} or {id: 'xxxx'}.

See Solution in Thread

1 Reply 1
Kamille_Parks
16 - Uranus
16 - Uranus

The write formats for each field type are listed in the docs. For Single Select, its {name: 'xxxx'} or {id: 'xxxx'}.