Quantcast
Channel: Nintex Connect: Unanswered Threads
Viewing all articles
Browse latest Browse all 2462

Nintex Workflow - Regular Expression - Extract all text before a full stop/period

$
0
0

I'm very green when it comes to writing expressions! If someone could help that would be great!

I have a form in which a user can submit to request a service. There is a text field "Details" in which they can describe what they are after.
I'm trying to extract all text before the first full stop "." so that I can populate another field "Description" to provide a short description of thier request for logging purposes.

I'm all good with updating another field based of what the expression returns, I only need assistace with the Expression itself.

So far I have \w.+(?=\..)

 This works fine as long as the "Details" Field only has two full stops.

 Let me know if you need any more details.

Sorry if I've posted this in the wrong area as well.

Thanks!


Viewing all articles
Browse latest Browse all 2462

Trending Articles