Filter by struct keys in a read action
So I have an ash actions.
It receives a struct as an input.
I want to create a filter that filters by values inside the struct.
here's a simplified version of the action:
I get an error like this:
Is there a way to get the key out within a filter like this, or will I need to filter the data in a different way?
Is the only way of doing this through a preparation?
It receives a struct as an input.
I want to create a filter that filters by values inside the struct.
here's a simplified version of the action:
I get an error like this:
Is there a way to get the key out within a filter like this, or will I need to filter the data in a different way?
Is the only way of doing this through a preparation?
