Hello,
I have been experiencing issues with the powerapps refresh function.
I have an excel worksheet in OneDrive that has multiple tables which I pull to get the data into the application. I have added items into the excel table and tried to refresh the data in powerapps, but the items do not show up.
Code Below:
OnSelect(SortByColumns(Search(Table5, Text_Search_Box_3.Text, "problem","companyname","companynum"), "companyname", If(SortDescending1, Descending, Ascending)))
OnVisible(Refresh(Table5))
Also in the excel table the new items do not have a "__PowerAppsId__".
Could someone help me fix this issue?
Thanks!