There may be times when you need a form field to only accept certain data. Specifically, only allow email addresses from a specific domain to be entered in the form field. We can accomplish this by using control input validation with a regular expression in a Nintex Automation Cloud (NAC) form. Form Scenario:In the example... Continue Reading →
Regular Expression to Extract All Characters Before a Specific Character in Nintex Automation Cloud Workflow
You can extract all the characters before a specific character in a string using a regular expression in a Nintex Automation Cloud (NAC) workflow. Here are the steps to follow: Insert an "Apply a Regular Expression" action into your workflow. Configure it with the following settings: Input text = Your text string (you can insert a... Continue Reading →