Using an Variable in an expression for queue transfer

I cannot seem to get this to work.
FindQueue(Flow.Email_queue)

The Variable Flow.Email_queue is correct, but the xfer does tot work.

image

Has anyone tried to use an expression with a Variable to xfer to a queue that cna shed some light?
regards,
Nick

I also tried this.....
FindQueue(Tostring(Flow.Email_queue))
No joy with that either.
Nick

FindQueue(Flow.VariableName) should work.

Can you try FindQueue("ReplaceNameOfYourQueue") i.e. use the Name of Queue instead of Variable and see if that works?

hello and thanks for responding. I did replace the expression with the queue name and that was fine.
I ended up discovering what the problem was late last night. After talking with Genesys support they noticed a null on a line past my expression. I found this very odd. As it turns out I had some hidden carriage returns in my statement and Genesys was not liking that. I deleted the extra spaces and returns and, what do you know, it worked !

I will now always remember to check for anything after my sting to be sure its clear.

Thank you for your help.
Have a great holiday
regards,
Nick

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