Hi all,
I am experiencing an odd issue. I have numerous combo boxes: Status, GS Grade, GS Step. For some reason, the Status and GS Step boxes continue to list "Find Items" in my form despite having no value in the SelectInputText. I have tried several different ways to update the card, change the default status, etc.
Currently the Status fields:
Default: ThisItem.Status
Update: cb_status1.Selected
InputTextPlaceholder: blank
GS Step (Numbers):
Default: ThisItem.'GS Step'.Value
Update: cb_step1.Selected.Value
InputTextPlaceholder: blank
GS Grade is acting how I want it to. I want all the other fields to be blank too.
Thanks,