Hi Everyone,
I need you support regarding an issue I'm facing with 2 combo box I'm using in an edit form.
combo box item :
Filter(
PortfolioProjectList,
'Created By'.Email = VarUserEmail
)
in New mode, the combo box works fine and display all the projects filtered from another sharepoint list.
the form is successfully submitted and the value (single selection) is written in sharepoint list.
if I decide to edit the record in the form then the combo box doesn't display the value recorded in sharepoint. I've tried the change the Defaultselected items to : [Parent.Default] or {Value:ThisItem.Project} but the combo box will remain blank with no fault in the defaultselecteditems.
Any suggestion?