Hi,
I'm facing a problem using InfoPath 2003 form fields within a NINTEX workflow. The "query xml" action works perfect for form fields containing not more than 256 characters. If there are more, it's simply cut off after 255 characters.
Even using a collection type variable can't solve this problem. Is there any possibility to bring a semicolon separated text field from InfoPath to the workflow and work with each single item (using the collection operation features)?
Here are some more details:
InfoPath 2003:
//my:MyFields/my:txtLongString -> "mail1@server.com;mail2@server.com;mail3@server.com, ....." (> 256 characters)
Within NINTEX I need every single email address within a collection or a text field. But the “query xml” action cuts the string after 255 characters.
Many thanks in advance,
Mike