Dear All,
I have strange issue in PowerApps, I have published my application and it does not seem to work correctly. This issue appears when the app is published but in the edit mode it works fine.
I am using SharePoint as a data source
In the gif below the rolling dots don't stop, and in the view assessment there is a gallery which has a sharepoint list is attached to it. However, the view assessment does not work and the gallery is not loaded. Can anyone help in this issue as i am stuck on this issue ?
.
You've tried to monitor your App?
@EdViegas i have tried monitoring the application but everything shows as success and some function return warning that is all.
can i paste my monitor screenshots and you can help me out?
In your app there are nested galleries?
Can you paste the gallery items code?
Sort(
Filter(
AssessmentMaster,
IsBlank(Dropdown2) || Year = Dropdown2.Selected.Result,
IsBlank(countryComboBox) || Country.Value in countryComboBox.SelectedItems,
IsBlank(Radio1) || Status.Value = Radio1.Selected.Value
),
Country.Value
,Ascending)
User | Count |
---|---|
254 | |
112 | |
92 | |
48 | |
38 |