Quantcast
Viewing all articles
Browse latest Browse all 16267

Batch capture multiple URLs

Did you read the Automation > Smart Rule Scripts section or looked at other smart rule script examples?

  1. The parameter for your handler is wrong. It should be a variable, e.g., theRecords.

  2. You shouldn’t be processing the selection. The smart rule isn’t handling a selection. Strip out the if…then regarding the selection.

  3. It’s handling matched items not a selection, so the repeat loop should be referencing theRecords or whatever the handler parameter’s variable is.


Viewing all articles
Browse latest Browse all 16267

Trending Articles