Hello forum,
- I would like to build a list of values using the ConcatProvider and everything works fine as long all fields have a value, but when only some of the fields have a value it returns a uncompleted list with empty bullets.
Have anyone some tips or tricks to share?
<ul>
<li>{Field1}</li>
<li>{Field2}</li>
<li>{Field3}</li>
<li>{Field4}</li>
<li>{Field5}</li>
</ul>
If only Field1 + Field3 + Field5 have values, the result would look like this:
- Field1Value
- Field3Value
- Field5Value
Br. Michael Knudsen