By netflarehq on
Hi,
I have an action which redirects to a url, this also has arguments on the end so the url is /redirect-to-this/1 where 1 is a customer id from my table.
The view displays customers in rows, i have the views actions links module installed and i have added the action to each line, however i would like to get the customer_id for the row to build the correct redirect url in the action not just the url alias i need to add the arguments too. Is this possible?!