Hi Everyone, I'm struggling with an error and I have no other choice that posted it here.
I have a table on Sharepoint called "Capa_Machine" which is an excel Table

I created an application that fill this Table and also show this table in the application with a DataTable.

The problem is the following : if I just show my DataTable by just putting " Capa_Machine" on the "Items" property, all works fine, all the element are dynamic and when I add or delete a new element from the application, the dataTable instantly update.
But if I use a function in the "Items" property of the table for exemple :
LookUp(Capa_Machine;Atelier=Drpd_Atelier.SelectedText.Value) or SortByColums(Capa_Machine;"Atelier";Ascending), the DataTable is not updating instantly, I have to wait like 2 or 3 minutes, it depends.
It is not depending of refreshing the Dataset (already tried it)
I don't know where this probleme come from, it's really when I put a function in the "Items" property that the problem occur.
Tank's in advance for your help.
Noah