im going to combine values from several operations into single string.
but i don’t know how to do that?
I would appreciate if you help my trouble
im going to combine values from several operations into single string.
but i don’t know how to do that?
I would appreciate if you help my trouble
Hey Yevgen
the Text Aggregator module is what you need after the Iterator. It will combine the bundles together in a string with format dependent on the configuration of the module.
Welcome to the Make community!
You might not need an iterator-aggregator module pair.
You can use the built-in functions map
and join
.
e.g.:
{{ join(map(1.array; "value"); ", ") }}
For more information, see Mapping with Arrays below.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
parseDate
| tokens for formatDate
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.