Hey..
I use the LAST function in order to bring information from the Dataverse table and according to the information received to update information in the Form itself.
In the specific case I take a numerical value that is a type of Counter for me and increase it by one.
The problem is that the Last function does not work well and does not bring me the last record according to the parameters I defined.
After a test I did it seems that this problem is known and manipulations are needed for it to really work.
I would appreciate help on this matter, it is very critical to the system I am developing and such a backward change will result in a long and unnecessary development time.
Thanks.
Here is a picture of the code I wrote down, the picture shows both the code before the change that doesn't work and the code after the change