Skip to main content
Nintex Community Menu Bar

Add Contains" operator to formula fields"

  • July 8, 2024
  • 7 replies
  • 36 views

Forum|alt.badge.img+13

Would like to see a “CONTAINS” operator added to formula operators. This would behave similar to:

CONTAINS(, )

and would return TRUE/FALSE

Thank you!

This topic has been closed for replies.

7 replies

Forum|alt.badge.img+11

Forum|alt.badge.img+13

Yep!


Forum|alt.badge.img+13

This is on our near-term roadmap.


Forum|alt.badge.img+13

Awesome news, thanks for the insight Zach!


Forum|alt.badge.img+13

This has been implemented as of Banzai Update 6 Patch 4, now available from the Skuid Releases page.

The following Formula Operators have been added that help with string / text operations:

 - CONTAINS(stringToExamine,stringToLookFor) — returns true/false
 - ENDS_WITH(stringToExamine,stringToLookFor)  — returns true/false
 - STARTS_WITH(stringToExamine,stringToLookFor) — returns true/false
 - LEFT(stringToExamine,numCharacters) — returns a substring of stringToExamine starting from the left and going numCharacters to the right
 - RIGHT(stringToExamine,numCharacters) — returns a substring of stringToExamine starting from the right and going numCharacters to the left


Forum|alt.badge.img+17
  • Nintex Employee
  • July 8, 2024

WOOT! 


Forum|alt.badge.img+13

Awesome news, thank you!  A VERY welcomed addition!