Hi,
just started playing around with PowerApps.
I have and EditForm with the Item property set to
LookUp(MDM_LISTS, ListName = LovListForm.Selected.ListName)
MDM_LIST - based on a sharepoint list
ListIName is a column in the sharepoint list
LovListForm form from which I'm Navigating to the EditForm
The EditForm is not doing the lookup. It always just shows the First record in my MDM_LISTS. I know when I select a record on the LovListForm the correct record is selected as I display the ListName on a label.
Hope this makes sense
Thanks
I have a Label object whicj displays the current records ID that I click on from the list to