Hi Team!
I found a couple of articles with similar issue but I did not find any workind solution. Long story short, I have a sharepoint list adaptem in PowerApps - everything works, I am able to add new items or remove them.
Unfortunately I am not able to edit form directly from the sharepoint (please find attached screen)
Do you have any idea how to come up with that issue?
Thank you so much in advance!
Solved! Go to Solution.
Try in the Item of the Form
LookUp(
YourListName,
ID=SharePointIntegration.SelectedItemID
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
You will need to look at the Item property of your EditForm. That is where the form determines where to get its data. If it is not set or is not getting a record, then you will see that message.
So, first, check the Item property on the form, then also check to see if there is anything significant going on in the OnEdit action of the SharePointIntegration object.
I hope this is helpful for you.
Thank you @RandyHayes for your message.
This is how my edit form looks like in SharePointIntegration object:
More important is the Item property of your form!
Try in the Item of the Form
LookUp(
YourListName,
ID=SharePointIntegration.SelectedItemID
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thanks @KonradzajacBAT1 ,
Eliminated all the obvious - last throw of the dice - what is the code in SharePointIntegration on OnEdit and also the DefaultMode of the Form?
User | Count |
---|---|
124 | |
87 | |
87 | |
75 | |
69 |
User | Count |
---|---|
215 | |
181 | |
140 | |
97 | |
83 |