Help

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

Topic Labels: Scripting extentions
1805 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Valdemar_T
6 - Interface Innovator
6 - Interface Innovator

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 1
Valdemar_T
6 - Interface Innovator
6 - Interface Innovator

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