I have SharePoint list. I used the customize forms feature in PowerApps to have the form look a certain way. When I return to SharePoint to use the form, I am able to add and save new list items using the form but I am NOT able to select an existing list item and click edit (on SharePoint) to have the item be edited in the form format. When I click 'edit' on SharePoint I instead only get a blank form to fill out again.
This is what I have on SharePointIntegration on PowerApps for the OnEdit field:
EditForm(EditForm1);Set(selectedlookupitem, LookUp('INFUSION REIMBURSEMENT FORM', ID=SharePointIntegration.SelectedListItemID))
I'm not knowledgeable on coding at all and I've tried all different combinations on the OnEdit field but nothing is working. Does someone know what should go in this field? Are there other fields on PowerApps that may be affecting the form not auto-populating an exiting file on to a form for editing?
