Hello,
In my AOT I have:
- A form (Simple List)
- A Simple Query
- A Menu Item (startup Object)
I Want to use the Query in the menu to filter the Simple list, but I cannot get it to work. I have tested the query and it works find (retrieving data into a tile or filtering the form if it's in the datasource).
The menu item:

The query:

The target Form:

Maybe there is some kind of property in the form or is something I have to do with a method, but I wasn't able to find documentation. What I'm doing right now is passing an argument and filtering with a method in the form, but is not ideal.