Trying Conditional Steps in Server Connect. Possible Bug or am I doing it wrong?

Trying some conditional steps in Server connect. Trying to update a table based on the condition of the value of query. Basically if the found boolean value is False, I want to run an update. Else, I want to run a different update. The problem is when I click on the found value in the Query which is “Work Started” when I add my condition, == “False” it adds the “0” into the statement.

So it reads "{{qCheckWorkStarted.WorkStarted0 == False}}

Shouldn’t it read {{qCheckWorkStarted[0].WorkStarted == False}} ? Or am I doing this wrong??

Here are my steps:
I select my query result:

Then set up my condition:

And I get what looks like a typo in the condition statement.

If you are expecting a single result, just use single query instead. Otherwise you need to add a repeat step after the query and put the condition inside it.

1 Like

Ok thanks. I’ll try that.

I know where that erroneous 0 came from at the end of WorkStarted… It is a bug from the user interface I reported a few weeks ago.

Will that be fixed soon @Teodor?

1 Like

Thanks Antony. It was giving me heck for a while. I thought I was doing something wrong.