<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Figured it out yesterday, fixed, and both working as expected now.<br> <BR><div>> From: rdw@steadingsoftware.com<br>> To: users@shibboleth.net<br>> Subject: RE: Runtime expression<br>> Date: Thu, 23 Jul 2015 11:16:08 +0100<br>> <br>> >         (employeeNumber=${customAttribute1})<br>> <br>> So what you are saying here is "All the values of customAttribute1"  whereas<br>> you want is (I assume) "the first value of customAttribute1".<br>> <br>> My Velocity is being very rusty today but something like <br>> <br>> (employeeNumber=${customAttribute1.get(0)}) should do it.<br>> <br>> /R<br>> <br>> -- <br>> To unsubscribe from this list send an email to users-unsubscribe@shibboleth.net<br></div>                                           </div></body>
</html>