Is it possible to create a table in the document creator where we use columns like rows?
Let's say we have the following example data:
[[Title]]
Name1
Name2
Name3
as items in my list. I want to loop through the names but instead of getting this result:
|Name1|
|Name2|
|Name3|
|Name4|
|Name5|
|Name6|
I want this:
|Name1|Name2|Name3|
|Name4|Name5|Name6|
[[loop mylist]]|[[Title]]|[[Title|[[Title]][[endloop]] will not work (as expected)
How can I do it?
Best regards,
Volker
0
-
hi VHelms,
how did you configure your action? For a single item or multiple:
with the following loop it should work as expected:
[[loop]]|[[Title]][[end loop]]
Kind regards
skybow Support Team
0
Please sign in to leave a comment.
Comments
1 comment