Accessing Survey's - Users getting "Invalid URL".Issue When a request is created by a different person than the requested_for, then the user on requested_for is seeing "invalid url" error when trying to access survey from the email.CauseThere are 3 users with the same name but different email ids. The survey was created for a different user and so, the user was seeing "Invalid url" error.ResolutionWhen a survey instance is assigned to somebody, then that survey can be accessed only by that specific user. Any other user accessing that survey url will see the error - "Invalid url" and this is expected.