Select input returns objectid instead of value

Sorry for the rookie question but i try to save an object in a table.
This value is coming from a select dropdown input, now i am getting the objectid in the tables instead of the value.

I tried this:
image

I tried this:

image

There is options logic and value logic to the select input:

image

What am i doing wrong?

Here is the simple example of how to get the data from the database during page loading and attaching it to the select element.

Load data from the table.

Set the names for the key and value.

Simple test with onChangeEvent

Also do not forget to set the value for the Options Logic in the Handlers list.

1 Like