Patching together fields based on multi-select

@tim_kalic I just realized, that I made it very complicated for no reason here :sweat_smile:

As you can see here Lookup from other table it should be working with just

=thisRow.[Choose Section].Code 

instead of

=Templates.Filter(Sections=totext(thisRow.[Choose Section])).Code

in the Result column.