In this article, we will show the steps to get the current web URL in a Nintex workflow on SharePoint custom list.
Step 1: Create a workflow variable say VarCurrentItemWebURL with multiple lines of text type as shown below
Step 2: Add a Regular expression action as shown below
In the Pattern add below line
/Lists/listname/DispForm.aspx.*$
Operation : Replace text
Replacement text :
Input text: {Common:ItemUrl}
Store result in : VarCurrentItemWebURL
Step 1: Create a workflow variable say VarCurrentItemWebURL with multiple lines of text type as shown below
Step 2: Add a Regular expression action as shown below
In the Pattern add below line
/Lists/listname/DispForm.aspx.*$
Operation : Replace text
Replacement text :
Input text: {Common:ItemUrl}
Store result in : VarCurrentItemWebURL