After addind a new node as action,
[node_added:nid], which I want to use in Page Redirect to redirect to added node, is empty.

"node/[node_added:nid]/edit" turns to "node/%252Fedit"
"?destination=node/[node_added:nid]/edit" turns to "?destination=node//edit"

Other tokens work fine, for example [node_added:title] turns to specified title well

Comments

fago’s picture

Status: Active » Closed (works as designed)

the nid is only there, after the node has been created. If it isn't yet, it's empty yes.