Hello Experts,
I am using forms to make entry in a sharepoint list - Form is in Edit Mode
I need to set default value for a combo box inside a form. This combo box is showing items off a choice column in sharepoint
Button the user clicks to get to this form does this
ResetForm(RequestForm);NewForm(RequestForm);Navigate('Form Screen')
Now I am having trouble to setup default value in this combox box
currently i trying below formula
Combo box items property
Choices([@'DWP Exceptions Tracker'].Product_x0020__x002F__x0020_Serv)
& defaultselecteditems as
LookUp('DWP Exceptions Tracker','Existing Product / Service'.Value = "New Technology or Service")
But the combo box is not displaying 'New technology or service' as default value
Please advise