
Announcements
Hello dear community,
I am currently building a PowerApp for Inventory Management and am stuck on this problem.
In my SharePoint List I have the two columns "sta_stock" and "sta_minimumstock".
I have added the data for both columns when listing the stock in the SharePoint List.
When the stock changes the values in the SharePoint are being updated with an patch function I have included in the app.
As a next step I have created a new table with the columns title, sta_stock and sta_minimumstock.
I wanted to create another table on the same screen that only returns the items where the stock equals the minimumstock.
I have set the items function of the second table to Filter(SharePointList; sta_minimumstock = sta_bestand) and while it doesn't show an error nothing is returned.
While hereby I used the names of the columns of the SharePoint list I have also tried it with using the names of the columns of the DataTable in the app and it doesn't work as well.
I would greatly appreciate any help! Thank you!