I try to load entities to Rule action and in arguments set 3 term ids one per line but whe Rule is executed it takes only 1-st argument, and ignores other arguments.
Views itself works fine in arguments section there is a setting that views should take multiple arguments and it works on views page.

Comments

legolasbo’s picture

I've encountered the same issue and found a workaround. Something goes wrong when you directly pass a taxonomy term as argument. You can however add a string variable to the view to which you assign the taxonomy term's tid. You then pass this variable as an argument to the view.

Don't forget to add validate the taxonomy contextual filter in your view to validate a tid.

TR’s picture

Priority: Normal » Minor
Status: Active » Closed (won't fix)

There's a work-around described in #1, and no-one else seems to be having this problem (almost 6 years without further posts). Plus, Drupal 7 is reaching its end-of-life so development is now concentrated on the Drupal 8 version of Rules.