{ "view_loop_test" : { "PLUGIN" : "action set", "REQUIRES" : [ "views_rules", "rules" ], "USES VARIABLES" : { "term" : { "type" : "taxonomy_term", "label" : "Term" }, "list" : { "type" : "list", "label" : "List", "parameter" : false } }, "ACTION SET" : [ { "VIEW LOOP" : { "VIEW" : "views_rules_test", "DISPLAY" : "views_rules_1", "USING" : { "tid" : [ "term:tid" ], "type" : "article" }, "ROW VARIABLES" : { "nid" : { "nid" : "Node ID" }, "title" : { "title" : "Title" } }, "DO" : [ { "list_add" : { "list" : [ "list" ], "item" : [ "title" ] } } ] } } ], "PROVIDES VARIABLES" : [ "list" ] } }