Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Hi All,
I'm new to Nintex and i'm having an issue trying to mimic a logic rule on a previous InfoPath form using the StartsWith() function.
The old infopath rule is checking to see if a single line of text field named "Pallet" does not start with the letter "P". I've created a new rule and applied to this field on my new Nintex form but its not entirely working as I expected. It does show a validation error when the string entered doesn't start with "P" but it is also showing the message when you enter "P" with any additional characters after it.
Anyone know why this might be the case or what I can do to correct it?
Examples:
Works as expected here
Validation goes away when you enter "P"
Any character or number added after P causes it to reappear.
Thanks,
Chris
Solved! Go to Solution.
you have swapped parameters.
first parameter should be a string which is being scanned for a presence of second parameter.
Got it. Swapped the two and its working now. Thanks for your help!
Chris