we have deleted item id -145 from PowerApps gallery initially and the data source for Power Apps gallery item is sharepoint list, later list item id 145 is too deleted from sharepoint list level too unknowingly ,further we restored from the item id -145 from sharepoint list but then issue is that we are unable to find the item in our sharepoint gallery in PowerApps, it is not displaying even though i manually refreshed the data source in the PowerApps but then its still not displaying in my gallery.
Kindly advise
sharepoint list -ID =145 got deleted even in sharepoint but then we have restored so its Available presently at sharepoint list level
Power Apps gallery -Even after manual refresh of sharepoint list 'Item Setup data' list item ID=145 is not displaying
Items property in PowerApps gallery formula
Sort(Filter('Item Setup Data', IsDelete=Blank() Or IsDelete=false
And (IsBlank(Months.Selected) || (Created>First(colStartEndDates).StartDate And Created<=Last(colStartEndDates).EndDate))
And (!varIsSubmittedRecords Or ApprovalStatus="Submitted")
And (!varIsPMReviewdRecords Or ApprovalStatus="Reviewed")
And (!varIsAppEngRecords Or ApprovalStatus="AppApproved")
),ID,SortOrder.Descending)