Good Morning
I am currently patching a recording and after the patch I created a variable to show the fields visible to edit the new record. For some reason my patch returns the first value in my list and not the new one i just created.
Patch('Suggested Travel',Defaults('Suggested Travel'),
{BookingRef: {'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: DataCardValue9.Selected.Id,
Value: DataCardValue9.Selected.Value
}
}
);Notify("New Suggestion has been created, Please complete and submit",NotificationType.Success,5000);
Set(ShowFields,true)
Is there a way this can be achieved.