Hi,
Does anyone have knowledge about how to fill this filter field on grid configuration of entity metadata to make it work correctly?
As I've understood, on Powerapps portal form subgrids, we can dynamically control show/hide of actions like "Edit", "Delete" and "Details."
And It's achieved by filling the field with Filter XML that Advanced Find generates for us depending on selected filters.
But as for "Create" button, the same way of filtering does not seem functioning.
I know Create button' show/hide can be controlled by adding custom JavaScript on Entity form or Web page, and have also checked that it correctly works.
Now my question is why here is this filter criteria field for Create button then?
I wonder there is something that I haven't yet understand to make correct use of this filter function.