I am regular expression handicapped. Can anyone help with a regular expression to get the value of a query string parameter?
Example
Say I have the URL
https://mysite/myserver.com?ID=230&User=123. How do I get the value 230 from the string for the ID parameter using a Nintex workflow regular expression action?