Hi All,
I have a gallery where there is a dropdown called In-scope with choices (Yes, No). When the Phase and Work Product is selected this In-scope must auto populate value as "Yes" in the dropdown. Sometimes the user can also change this value to "NO" if the Phase and Work Product values doesn't match. The issue I am facing now is When the Phase and Work Product is selected the In-scope is populating YES but when the No value is selected it gets saved in the SharePoint but not reflecting the NO value in the gallery.
The Default Property of the In scope Dropdown is:
If(
!IsBlank(Phaseglrdropdown.Selected.Phase) && !IsBlank(WorkPdtglr.Selected.'Work Product/Process'),
"Yes",
ThisItem.'In-Scope'.Value
)
I have attached the screenshot for the same.
Any help/suggestion on this.
Thanks in advance.