e.g. `getFieldValue({name:'location'})` would yiel...
# beginners
a
e.g.
getFieldValue({name:'location'})
would yield something like
1
,
2
, etc... while
getFieldText({name:'location'})
would yield a result similar to
'Atlanta'
,
'Warehouse'
, etc