Hi,
I got stuck in very strange issue. I am not able to read Value of SharePointIntegration.SelectedListItemID inside Screen OnVisible method. When I assign SharePointIntegration.SelectedListItemID to some Label control then it works fine, but Value of SharePointIntegration.SelectedListItemID not accessible in Screen's OnVisible method. Please assist. Thanks
You can store it in a varaiable OnVisible with UpdateContext({contextvariablename: SharePointIntegration.SelectedListItemID}) and you can then use that context variable as the Text property of a label.
Not sure what exactly you're trying to achieve by putting it in the OnVisible property of a screen though. Please explain more.
Hi @WillPage
In fact I am having customized SharePoint PowerApp forms. I am having multiple SP Lists, one is kind of master list and others are child ones. In child lists I have Lookup column and referencing to ID column in master list. So on my PowerApp first screen I want to fetch data from child lists based on selected item id of master list. So for that purpose I am using OnVisible and putting Lookup() method to get data from child lists. So now in Lookup method I am not getting value of SharePointIntegration.SelectedListItemID. If I use SharePointIntegration.SelectedListItemID as text of a Label it is working fine but inside OnVisible not getting its value. Hope this clarifies and let me know if I am missing anything.
User | Count |
---|---|
183 | |
106 | |
88 | |
44 | |
43 |
User | Count |
---|---|
226 | |
108 | |
105 | |
68 | |
68 |