Short code to go from inputlist to outputlist

:clap: @Bart_Verhaeghe, really like what you did there! Combine an array with a list of booleans…

I would’ve done this though :

{% assign arr_Serie1_StandardTasks_Descriptions = "Inboeken van de boekhoudkundige documenten.|Bijstand bij opmaak en indiening van de BTW -aangifte.|Voorbereiding en indiening van de aangifte bedrijfsvoorheffing.|Contacten met de bank.|Betaling van de leveranciersfacturen.|Betaling van de lonen.|Opvolging van openstaande klanten.|Opstellen van een maandelijkse of trimestriële rapportering en bespreking.|Opstellen van prognoses die maandelijks of trimestrieel worden aangepast." | split:"|" %} 

So you didn’t need to bother to strip the new lines and all, but other than that: :ok_hand:

Also, another thing I learned, is to use a second array to use as an unique key.
Why? You don’t want to find a type in your questions sometime in the future where you want to change that typo. When changing that typo, your “unique” input object will disappear (because the name of that object changes).
See also:

Other than that: great job @Bart_Verhaeghe :muscle: