Help
Ujval_Shah
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 21, 2022
‎Nov 29, 2022

User Statistics

  • 11 Posts
  • 1 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

CountryTable.updateRecordAsync(recordId, { "id": 123, "Country (dropdown)": { name: "USA" }, }) This is throwing an error, Error: Field "xadlxpdzw" cannot accept the provided value. Country (dropdown) is a Multiple Select Field.
let old = query[i].field_data; let new = old.SUBSTITUTE(’\n’,’ \n’); Results in “SUBSTITUTE is not a function”
" Hello Airtable" need to remove initial white-space from the text in the script.
I have an external API using, which I’m getting a list of the items. Items object/array is having a field name = title I want to update only records for which title matches AT also have a field name “title” but this is not working as expected. it;s n...
I am using a script feature to add data in the table. One of my field type is “DATE”. Data coming from the API is in string. Hence, its not allowing me to add the data in AT, showing error - Error: Field “zzfldrJZNkO8gUQl69P” cannot accept the provid...
Kudos given to