Hi,
I tried to use the output table of a rule (i.e. hit policy is 'All matches') as an input for the next rule, but failed. Is this because it is simply not possible to pass a table from one rule to another or what am I doing wrong?
Here is my setup:
1 ruleset with the follwoing 3 rules:
Rule 1 (First Match) with output structure ("OS1")
Rule 2 (All Matches) with input structure "OS1" and output table ("OT1")
Rule 3 (All Matches) with input table "OT1" and output table ("OT2" = output table of the rule service)
I "see" that rule 2 returns what I expect, but the output of rule 3 is always empty, which is not what I expect due to the outcome of rule 2.
Thanks for any hints,
Stephan