Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

how to assign multiple values to a user attribute? #4272

OnQuickBuild ·

Hi Robin

As the title indicated, how can I do that to a node? When I assign values to the same user attribute twice, something like

attr1=val1
attr1=val2

After saving, it will only keep the one of the values whichever is later.
I also tried to use colon and do attr1=val1;val2, not sure if this can work

Please help.
Thank you

  • solved #2
  • replies 1
  • views 1255
  • stars 0
robinshen ADMIN ·

Only one attribute is allowed for a certain key, and you will need to use custom separator as the latter case. When use the value, you will also need to split the value with that separator.