cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

'Getting your data' issue - Sharepoint Form adjusted in PowerApps

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!

KonradzajacBAT1_1-1617021022134.png

 

1 ACCEPTED SOLUTION

Accepted Solutions

@KonradzajacBAT1 ,

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.

View solution in original post

10 REPLIES 10
RandyHayes
Super User
Super User

@KonradzajacBAT1 

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.

 

_____________________________________________________________________________________
Digging it? - Click on the Thumbs Up below. Solved your problem? - Click on Accept as Solution below. Others seeking the same answers will be happy you did.
NOTE: My normal response times will be Mon to Fri from 1 PM to 10 PM UTC (and lots of other times too!)
Check out my PowerApps Videos too! And, follow me on Twitter @RandyHayes

Really want to show your appreciation? Buy Me A Cup Of Coffee!

Thank you @RandyHayes for your message.

This is how my edit form looks like in SharePointIntegration object:

 

KonradzajacBAT1_0-1617031805950.png

 

RandyHayes
Super User
Super User

@KonradzajacBAT1 

More important is the Item property of your form!

_____________________________________________________________________________________
Digging it? - Click on the Thumbs Up below. Solved your problem? - Click on Accept as Solution below. Others seeking the same answers will be happy you did.
NOTE: My normal response times will be Mon to Fri from 1 PM to 10 PM UTC (and lots of other times too!)
Check out my PowerApps Videos too! And, follow me on Twitter @RandyHayes

Really want to show your appreciation? Buy Me A Cup Of Coffee!

Hi @RandyHayes Item property it seems to be empty:

 

KonradzajacBAT1_0-1617091977772.png

 

@KonradzajacBAT1 ,

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.

Hi @WarrenBelz 

 

I typed your suggestion but it did not help:

 

KonradzajacBAT1_0-1617349545341.png

 

KonradzajacBAT1_1-1617349563782.png

 

@KonradzajacBAT1 ,

What is the DataSource of the form?

@WarrenBelz 

Sharepoint list which is called 'List of enhancements PL'

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?

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (3,195)