
Announcements
Hi,
I am using SharePointIntegration and I have set the OnView property as follows;
The Form that is navigated to (SharePointForm_View) has its 'item' property set to the following;
The problem I have can be surmised by the following steps;
I have seen in other posts users have similar problems but it's mainly that the previous items data is displayed for a short period of time and the selected items data will appear after a few seconds. Mine does not do that. I have tried putting ReFresh() function in various places but no matter what I do I get the same result.
I think it maybe to do with the First() function I am using but I'm unsure of how else to get the ID of the selected item. Hoping someone can maybe help with this issue.
Thanks
Hi @Marty3012
For my understanding: what is the main reason you changed the default onView of the SharePointIntegration?
It sounds like a problem with the order of execution.
If you use the default OnView it appears to work for me:
ViewForm(SharePointForm_View)
Small tip: you can change the First(Filter()) part by LookUp(), like so:
LookUp('Not in use - register', ID = SharePointIntegration.Selected.ID)