I have a view with an action Pass ids as arguments to a page where I need to add to the link. There is a parameter which I receive in the URL. I can print the parameter in the view, but I am not able to pass it as a token. It is not parsed.
Any ideas?
Basically I need to duplicate a node and assign to it a dynamic list of properties (other nodes). I created a view and added a VBO field. User select the ids and they get passed to my URL for elaboration. So far so good. My problem is that I need to pass, in addition to the ids, another field from the view. I tried to specify it in the URL /admin/myurl/[my_field]
, but it doesn’t parse the token.