Skip to main content

Scripting (Updating Single Select value from another table select value)

  • September 28, 2021
  • 1 reply
  • 63 views

Forum|alt.badge.img+8

I am trying to update the Single Select value with an update query. I am tacking the value from another single select field. Values are exactly the same, but it doesn’t update for some reason. Has anyone got the answer to how to do it?

But I get an error: Error: Field "fldax5f6gPgS23wMU" cannot accept the provided value.

table.updateRecordAsync(${inputConfig.record_id}, { single_select_field: another_single_select.name})

1 reply

Forum|alt.badge.img+8
  • Author
  • Known Participant
  • 22 replies
  • September 28, 2021

Found the answer in another thread (How to match / write into a single-select field?)