I have a Site workflow modeling after this one: https://community.nintex.com/t5/Community-Blogs/Site-Workflow-Document-Review-Date-Approaching-Reminders/ba-p/79279
I have a variable -varListID, which returns the ID value. i.e. 16, 21, 30
In my send notification body, I manually add a URL to the body text. ex. https://widget/sites/car/lists/Color/DispForm.aspx?ID=
Next I add the variable; {WorkflowVariable.varListID} to produce the "16" at the end of the URL.
It displays in the email body correctly, but when clicked on, it's not part of the URL. The user is taken to https://widget/sites/car/lists/Color/DispForm.aspx?ID= which takes them to a blank page.
How do I correctly make it one user selectable line such as: https://widget/sites/car/lists/Color/DispForm.aspx?ID=16


