Hi Guys!
I'm working on a company project and I can't share the OML!
I'm using a List Struct to fill a DropDown but when I put a string in the Empty text field it doesn't appear in the field as the first option.
Hi,
It is because of the variable (NomeDeposito.Current.Id) holding an existing Option Id value that is mapped to the Dropdown widget.
Solution: Create a local variable of Id type and map it to the Dropdown Variable property field. Make sure to have the Dropdown Variable value to be blank/NullIdentifier() value to see the Empty Text as the pre-selected/default Dropdown option.
I hope this helps you!
Kind regards,
Benjith Sam
yes it solved the problem, thank you very much!
You're welcome.
Glad to help you :)