See the details here
I would prefer this but I'm not sure I know how to achieve this. The module shows still shows in the list view of the menu. I'll prefer if it loads only when the user clicks into the detail view.So is the module only being display on the Fabrik detail component page for List Y?
I see numbers in the URL (url/xx/xx) I believe that is (url/formid/rowid).n other words, is the rowid of the record being displayed for Y in the URL query string?
I think I've seen how to do this somewhere on this site. Have to dig for it again. I dont mind if you share a code snippet here.If so, you should be able to use a placeholder for that query string field in a prefilter for the module, like {rowid}
Field: id
Condition: EQUALS
Value: SELECT list_z_id FROM list_y WHERE id = '{rowid}'
Type: query