Simple select flow

I am new to flow connect and I am getting an error when I run a simple app in web designer. I am doing a simple select statemen; displaying a requisitioner code in a Labelled static text box.

It’s the beta version of the web designer I am using, I don’t think that is the cause of the error though.

I have attached screen caps of the flow, including the error message. No.1 is the step with the select statement, No.2 is the step with the label. The intellisense detects the requisitioner code in the Label, but it still gives the error.

Any assistance would be appreciated, thank you.

The easiest thing to do would be str(REQ_CODE).

But, if you RIght Click on your User Step, and Show Variables, it will show you what you should expect to get from your database query.

Thank you for your reply. It’s showing me the value in the diagnostics panel (RBALL; that is correct)

Then you would retrive it with {REQ_CODE.value}.