Forum Discussion
"Getting your data..." in PowerApps (depends on user)
Court_Spenz first thank you for your response!
If i understand it correctly, you have one formular, which is splits in two screens, right?
I also have submit buttons in my both screens, but the problem is with opening the existing forms - my collegue can not open it, because he gets an error "getting your data".
But do you also have a screen, in which you can see all of your existing data, like in a gallery? How do you summarize both of the screen in one form? Or do you have more forms?
I have a lot of information in my form (almost 50 columns), so it is convience for me to work on my data in the app, not in the share point list, which is for me just ike a summary of all my forms (in the share point list I have only 3 columns: ID, person and title).
Have you given the people getting the error access to the SharePoint list? Permissions play a big part in being able to access all parts of an app.
That example is just one form split into two separate pages. It's actually done by setting the first part of the form to a variable and passing it to the second in order to do the patch function. Certain aspects of power apps can move an item from one screen to another while certain ones can't. i.e. collections, variables, etc. It's beneficial to get familiar with which ones do what.
I have used a gallery, but only to display data. I use forms for the purpose of pulling data back into the SharePoint list.
- Agnes1995Mar 27, 2024Copper Contributor
Court_Spenz yes he has an access to the sharepoint list. I guess it must be the two galleries.
I guess I could try to split the form, like you did, then I only need one gallery. I will refresh my answer, when it is done and let you know if it worked.
Thank you for sharing, it gave me some new ideas for my project!
- Agnes1995Apr 04, 2024Copper Contributor
Hello Everyone,
like I promised, i wanted to give you an update on my app. Before I got to split the form, I tried some other stuff. One thing worked for me at the end and it was much easier than built/split my form:
I put for each of my galleries in "OnSelect" field: "Set(Variable, ThisItem);;Navigate(Screen_Formular)"
And then in Item field of my form: "LookUp(datasource, ID=Variable.ID)"
Greetings,
Agnes