I have nodes in Drupal for News Articles that generates this automatic URL alias like this:
I also have the view for News Articles like this:
Here’s the data:
The problem is that I can’t find Content: Path (url)
or Content: Path (Path)
when trying to add a contextual filter.
Right now, sync/newslist/1234
will work where 1234
is the articleId
or id
, the ID of the node. I would like to pass the Path
or url
to the contextual filter, so that sync/newslist/world-first-chart-alerts-non-artists
will return that particular article only.