Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

comparing strings

Avatar

Former Community Member
I have a string field on the form. The field is for a three letter code, depending on this code the form will go into one of three queues for approval. I have set up three assign tasks activity and a decision activity.



I have configured three routes from the decision point, one into each one of the assign activities. The routes have been put in order, however i have a problem with setting up the codes.



Here is what I have tried. For the same of example lets use the code ABC.

1. I created a process variable called CODE (string) and added a set value to the xpath expression. Based on the variable logger, it looks like the value is assigned.

2. In xpath I tried to compare the xpath to the data value (field on the form) to ABC (e.x /process_data...../code = ABC)

3. Tried to run all values through string function (i.e. string(/process_data.../code and string(ABC).



Tried all of the above any which way and it still does not take any route. What is the best way to compare two strings?
4 Replies

Avatar

Former Community Member
can someone point me in the right direction on this?