Hi,
I build and APP from a Sharepoint list.
This sharepoint has a choise field, I also set the default value for this field to the first (Sample: 8:30)but in the Apps, the first item is not selected, is blank with the default inputTextPlaceHolder text.
Which is the best aproach to que this working.
Solcititudes: Sharepoint List
FinHoraPermiso: Field Values(8:30, 9:00, 10:30)
This dropdown must have the first item selected when is NewForm.
I tried setting the Default field properties of dropdown to First(Solicitudes.FinHoraPermiso).FinHoraPermiso but not working.
tried setting de DefaultSelectedItem field properties to First(Solicitudes.FinHoraPermiso).FinHoraPermiso
How can i accomplish this?
Regards