Skip to main content
Nintex Community Menu Bar
Question

Regular expression to format days

  • December 3, 2024
  • 2 replies
  • 44 views

Forum|alt.badge.img+5

Hello,

I have an issue of passing one variable with check boxes, it is appreared like this:

["Mon","Tue","Wed","Thu","Sat","Sun"]

and I want it to be:

['Mon','Tue','Wed','Thu','Sat','Sun']

2 replies

bamaeric
Forum|alt.badge.img+14
  • Apprentice
  • December 3, 2024

Is this in a workflow or form? Could you give a little more detail?

If in a workflow, you can use the “Apply a regular expression” action to replace the double quotes in the string with single quotes.


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • December 9, 2024

Hi ​@wejdan 

Would you please add more details here?