Hi,
I need to link two collections, the second one filtered based on a parameter passed from the first one.
How can I retrieve this parameter?
I understand that this cannot be done within the Builder and I am writing specific code for this.
In other words, in collection A I have a list of items, I have added a link to the second collection where a parameter is passed.
In the model of the second collection I need to filter the query based on this parameter, but I cannot get the parameter.
Any solution for this or alternative?
Thanks in advance