Hey,
I have a workflow where I am assigning a task via request data. Unfortunately the approval url which is sent to the users does not work. I have already found why the url is not working. It's structure is the following:
https://sharepoint-d.company.net:88/teams/TestEnvironment/Lists/Nintex Workflow Tasks/EditForm.aspx?ID=209
If I am deleting the :88 out of the url it is working.
Here some background information: The workflow which is assigning the task is a child workflow. If I integrate the request data operation into its parent workflow the link is generated without the :88.
