Hi
I have SharePoint list on which I am customising the powerapps. I have created powerapps only by controls and no forms.
Now all works.. saving works.. editing works.. viewing works..
THE ONLY AND MAJOR ISSUE IS - when I open SharePoint list view and click one of the item to view it does not load the content in fields.. while it loads all of it when I try reopening the same list item.
Any pointers would be helpful.
Well, my PowerApp does not have the form (Edit or View form), but yeah, Default property is assigned the value of a collection that I am populating onVisible of a screen. So essentially it is like below-
OnVisible (of Screen) :
ClearCollect(TestCollection = SharepointIntegration.Selected)
Then on each control we have the default property set to - First(TestCollection).EmployeeId and Reset field to RField.
At the end in OnVisible property, I am also doing a Reset => UpdateContext({RField,true});UpdateContext({RField,false})
Still not working.
Same problem,
reset on first sharepoint forms load doesnt work correctly...
@shrinkTech wrote:Hi
I have SharePoint list on which I am customising the powerapps. I have created powerapps only by controls and no forms.
Now all works.. saving works.. editing works.. viewing works..
THE ONLY AND MAJOR ISSUE IS - when I open SharePoint list view and click one of the item to view it does not load the content in fields.. while it loads all of it when I try reopening the same list item.
Any pointers would be helpful.
Hi chema
This is a known issues with Microsoft. then confirmed that the data being loaded by 'SharePointIntegration' is async and there is no delegate yet to determine if the data from 'SharePointIntegration' is loaded or not.
I was trying to avoid item level permission for sharepoint list items by implementing screen switch based on field value once 'SharePointIntegration' loads the data but it seems it was not possible.
I had to move to canvas app and that resolved the issue
User | Count |
---|---|
261 | |
126 | |
101 | |
49 | |
47 |