Hi,
I cannot update the selected dropdown in my app to SP.
SubmitForm(Decommission);
Patch('Source',If(IsBlank(varTitle),Defaults('Source'),varTitle),{Decommission:Toggle.Value},{DecommissionComments:DecomComment.Text}
I used Last(source) or Defaults(source) in the Item property of Decommission Screen (DefaultMode.Edit) because if I leave it blank, it won't display the fields. varTitle is set OnSelect in the Netbios Name dropdown.
Flow.
It successfully updated the last item created; I suspect it's because of the Last().
If I update the previous item, it will create a blank item.
Thank you for the help.

Report
All responses (
Answers (