I’m using a Rating field in the database and it shows in my application (good!).
However, when trying to submit a row with a rating field I get the following error:
“The workflow_action configuration is incorrect: The result value of the formula is not valid for the field Karakter (field_3397668)
: The provided select option value ‘4’ is not a valid select option.”
The field in question, “Karakter”, is a rating allowing from 0 to 5 stars and is “2803026” in the request below:
{“user”:1,“current_record”:{},“data_source”:{“element”:2803022},“data_source_context”:null,“page_parameter”:{},“form_data”:{“2803024”:“Grøn Tuborg”,“2803025”:“Tuborg”,“2803026”:4,“2803027”:“”},“previous_action”:{“current_dispatch_id”:“22b93105-05aa-41a7-bbdc-4d6d1a20bc04”}}
I am not sure how to proceed from here … so how do one get a Rating field back to the database?