<p>Yes, it is a conflict between how data is generically kept in noSQL dbs - a key has a single value - and between the AVP type of variable - which can have multiple values.<br>
Unfortunately, as <a href="https://github.com/vladpaiu" class="user-mention">@vladpaiu</a> said, there is no generic way to push multiple values for a key (in noSQL), so what you can do it: compact all values from the AVP into a single value or simply iterate through all the AVP values to push them into noSQL one by one with different keys.<br>
Regards,<br>
Bogdan</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href='https://github.com/OpenSIPS/opensips/issues/151#issuecomment-35654478'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/5479561__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwODQ1NDYxMywiZGF0YSI6eyJpZCI6MjIyODUyMTd9fQ==--6dd76e09df794e6fa8b6222cc948a0e6b329ca2e.gif' height='1' width='1'></p>