[Solved] How to save the value of a dropdown field?

I’m with this for a few hours and can not figure out how to store a value from a dropdown element.

I have a Contacts data type, with a Contact Type field; it fetches a value from a list of Contact Types (e.g. Owner; Co-Onwer; …)

I created a form (see nr 1) with all Contacts fields, to enter data. For the Contact Type there is a dropdown element to choose from that list of Contact Types.

I’ve created a workflow (see nr 2) to create a new thing, but I can not send the value of the the dropdown to the thing (see nr 3) !!

What am I doing wrong? How to submit the value of the dropdown?

Hey Carlos!

Welcome! I just tested the app, and it seemed to work just fine. I see in the database editor that your tests have also saved the type.

It might be that the database editor was lagging a bit. It does that sometimes. Have you tried reloading the editor?

1 Like

Yep, shows up just fine:

Just fully refresh the editor, and the entries should be there.

1 Like

Great!

I thought something was wrong …

Refresh the data is not enough. It is necessary to reload the page.

Thanks for the help guys.