Dear Power Apps Community,
Ran into following issue whilst configuring a search function: "The specified column does not exist"
Search(
Wisselstukken;
txtStockManagementSearch.Text;"STOCK_Description"
)
The column "STOCK_Description" exists, but was generated trought excel.
If I replace the column with one I added myselve there seems to not be any problem.
Is this a known issue with excel columns or am I missing something.
Edit: I suppose the issue lies within the column being excel generated. Maybe excel gives a different name to a sharepoint column than the actual displayed value.
Kind regards,
Sébastien