Skip to main content

Comment effectuer une boucle sur les éléments d'une liste pour pouvoir créer autant d'attributs que de valeurs de la liste ?

How to loop the elements of a list to be able to create as many attributes as values of the list?

I'm not sure if this is what you're looking for but a ListExploder will explode the list into attributes for you. Handy tool.