How to: set the hidden dropdown default value

Hi!

I have two collections: Notes and NoteTypes.

NoteTypes records are
ID Name
1 Cliente
2 Expense
3 Formation

Notes collections are
Title, Details, NoteType (relationship 1-many to NoteTypes), etc

The user can add a Client’s Note from the Client Screen.
I would like to setup the NoteType to “Cliente” in a hidden way.

I cannot figure how to do that.

On the UPDATE action button, I cannot set the TypeNote Collection to “Cliente”… I added a hidden Dropdown field to the Create Note Screen… but I don’t know how to select the default value Cliente…

Any idea ?
Thanks!!

Solution is there:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.