Can't use $get inside recordSelectOptionsQuery: any workaround?
Hi, I didn't find the answer on this discord, nor in the docs.
What I'm trying to do:
Modify the query of the attach action select based on another field
The code:
Thanks for the help!
3 Replies
Try $data on the function to the right of builder and did that
Hi, not sure what you mean, but if I do it like that,
$data
returns an empty array:
Instead of using
recordSelectOptionsQuery()
try overriding the whole Select (probably recordSelect()
?) and use $get
for getSearchResultsUsing()