Trouble with Recursive Loop End with variable.

Hello.

I have some trouble with Recursive Loop End. I have boolean variable which recalculates on each iteration of the loop.

And I want to finish this loop when my variable will be equal to “true”.
But in the configure dialog of Recursive Loop End node choosing variables list is disable.

Could anyone help me, please?

Hello @dbolshev,

think you should have flow variable type string. To get string column from Rule Engine node (and not boolean) simply add quotes around true :wink:

Br,
Ivan

2 Likes

@ipazin Thanks a lot! It works.

2 Likes

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