I have a rule component set up so that I can fire a POST request from a list of nodes using bulk operations and my url is http://example.com?nid=[node:nid]&title=[node:title] but this provides 2 errors, Input evaluation generated an invalid URI & Unable to evaluate action request_url.
I have a second action to display a message on the site just to check the url is right, which it is.
It's as if it's not getting the values from the tokens which isn't an issue when displaying the messages or for rules using this module that aren't fired using Bulk Operations.
Comments