Skip to main content
Nintex Community Menu Bar

Get rid of extra Characters in Checkbox selected

  • August 14, 2019
  • 1 reply
  • 3 views

Forum|alt.badge.img+3

I have a checkbox list field and I am trying to fetch the value of the selected fields without any extra characters

eg. I am selected Application access but the value is 3;#Application Access.

3913i1A1C810D75770ADA.png

I used this formula (subString(Location,3,(length(Location)-1))) for Location and It worked fine, but I is not working for Checkbox.

 

Thanks for all the help. 

1 reply

DimaHijazi
Nintex Partner
Forum|alt.badge.img+5
  • Nintex Partner
  • August 14, 2019
try the parselookup function.
parselookup(Checkbox_NamedControl)