Solved

Nintex Office 365 - Writing a . (Period) to a List/Library Field

  • 25 March 2022
  • 1 reply
  • 1 view

Hello all, 

 

A project I'm working on requires some string manipulation to write a name in the following format...

#####.###_yyyyMMdd 

 

The issue is with the . (Period) symbol. I can log the formatted text and it is correct; when the WF attempts to make the actual change to the field it drops everything after the . (period) and leaves me with  ####.aspx

 

I assume this problem is corresponding with some kind of special character limitation and I should write a symbol code instead. Does anyone know the solution?

icon

Best answer by Ezander 14 April 2022, 15:19

View original

1 reply

The answer to this is that you have to include the .aspx file extension when building the string. 

Reply