Hi All,
I have a form where there is a field called Asset ID (lookup field) points to contribution tracker list. And the Default selected items of the Asset ID field is Filter(
Contribution Tracker,
Name = DataCardValue9.Selected.Value
).Asset_ID
and the Update property I have given as {
Value: DataCardValue9.Selected.Value,
Id:
LookUp(
ContributionTracker,
Name = DataCardValue9.Selected.Value
).Asset_ID
}
But the value is saving to the SharePoint list.
Any help/suggestion on this.
Thanks in advance.