I would like to update record in Dynamic 365.
Created a flow in PowerApps where i am passing, other parameters and they are getting updated On Save.
OnSelect of Save button:
UpdateRecord.Run(
Gallery1.Selected.activityid,
LookUp(data,_eis_area_label = DataCardValue26.Selected.Value,eis_area),
LookUp(data,_eis_district_label = DataCardValue27.Selected.Value,eis_district),
LookUp(data,_eis_region_label = DataCardValue24.Selected.Value,eis_region)
)
along with them i want to pass date and update it.