Does it work if you refer to the Raise User object on request? If it does, I suspect your new link from the user object to request isn't quite right. If it doesn't work, I suspect the new attribute may be something like a list which you cannot pull through in the way you describe. The work around for that is to create the same list object on Request and use a window copy rule to copy the data from the user object into this attribute on request.
↧