How exactly does someone use the "Load a referenced node" and what does that feature do? I have tried in several variations without success to use this feature. Steps I usually take are to successfully select the field that contains the node reference, but the re-direct never works. Am I missing something or is it not working as designed?

Also, I use the prepopulate module to fill the field, could that be my problem?

This is a duplicate post -except with different wording- in my attempt to find support:
http://groups.drupal.org/node/18982

Comments

mitchell’s picture

Title: "Load a referenced node" working? » "Load a referenced node" explanation
Component: Provided module integration » Documentation
Status: Active » Fixed

fago's response:

The "load" action makes the node available as variable to rules - so you can use any other node related action with it. It's not about printing the node or so. To do so best add a redirect action and redirect to "node/id". You can get the id e.g. by loading the node and then using the [referenced_node:nid] replacement pattern provided by the token module.

Marking as fixed, but please reopen if further explanation is needed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.