Rule Engine Variable using currentIteration

I’m having trouble understanding why the following doesn’t work in the Rule Engine Variable node:

$${IcurrentIteration}$$ = 0 => TRUE

It works fine if I pass the variable to the Rule Engine node.

Hi @George_Nicola,

What do you mean by “doesn’t work”? Do you get any errors? Would you please explain your issue further?

:blush:

Hi @George_Nicola

if you specify the output as a string, within " " , it works
$${IcurrentIteration}$$ < 0 => “TRUE”
TRUE => “FALSE”

gr. Hans

2 Likes

I just got your point @George_Nicola.
Rule Engine Variable does not support Boolean. So as @HansS has suggested you can use string or integer values instead.
:blush:

1 Like

@HansS, thanks for the workaround.

Is there a reason Rule Engine supports Boolean, but Rule Engine Variable does not?

1 Like

Hi @George_Nicola
If I make an educated guess I would say there is only one possible value for a flow variable; and Boolean suggests their are two values possible.

Hi there @George_Nicola,

flow variable type Boolean is new flow variable type and not available in every node. However ticket for these enhancements exists and will add +1 on it.

Br
Ivan

3 Likes

Thanks Ivan,

Please add another +1 from me for this node and also the Table Row To Variable Loop Start node as well. :wink:

:blush:

Hi @armingrudd,

sure :wink:

Br,
Ivan

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.