Client side sort() is missing the ` around the property

The issue is that the sort() is missing the ` around the property. So it adds:

sort(MyProperty)

instead of

sort(`MyProperty`)

This has been fixed in Wappler 4.0.2

This topic was automatically closed after 46 hours. New replies are no longer allowed.