I'm using the latest version of the widget, with Mendix modeler version 7.2.0.
I have this error when using the widget:
com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//MyFirstModule.MyEntity[undefined(undefined,'trr')]","amount":-1,"offset":0,"returnsCount":false,"sort":[{"memberName":"FullName","direction":{}}],"type":"RetrieveXPathSchemaRawAction"}', all database changes executed by this action were rolled back
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:152)
I tried with both search methods "starts with" and "contains".
The search is an XPath search.
I'm using the latest version of the widget, with Mendix modeler version 7.2.0.
I have this error when using the widget: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"xpath":"//MyFirstModule.MyEntity[undefined(undefined,'trr')]","amount":-1,"offset":0,"returnsCount":false,"sort":[{"memberName":"FullName","direction":{}}],"type":"RetrieveXPathSchemaRawAction"}', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:152)
I tried with both search methods "starts with" and "contains". The search is an XPath search.