Survey flow branch if "ends with" | XM Community
Solved

Survey flow branch if "ends with"

  • 27 November 2023
  • 1 reply
  • 29 views

Badge +2

In my survey flow, I have added a “Then Branch If” section, for the condition I would like it to end with a certain word; however, the only options are “equal to” or “contain”, I do not see anything for “ends with”

Is there a solution for this?

Thank you!

icon

Best answer by Radam 27 November 2023, 15:38

View original

1 reply

Userlevel 5
Badge +31

Not a REGEX expert but you should be able to use it:

 

$ is used to match the end of the string. and can be used like: “string”$

so adam$ if you want to see is adam is the end.

Leave a Reply