Condition in Server Connect not working

I’m trying to use a condition in a server connect but it doesn’t work.

In repeat1 I set the value of x to FIRST (I’ve tried using number and text), then in repeat2 I check to see if x ==‘FIRST’ and if it does set some values and also the value of x to ‘NOTFIRST’ so the ELSE condition should be run on the next iteration of repeat2. x should then be reset to ‘FIRST’ at the beginning of the next repeat1.

The THEN steps in Condition {{x==‘FIRST’}} are being run ever time and it never gets to the ELSE where it would output the here variable.

Am I missing something obvious or is this a bug?

Community Page
Last updated: