I have an array of object which I want to iterate and in that I have a text field and I want to put it in a text field in comma separated format but it is not working. Please help
Welcome to the Make community!
If I understand your question correctly, you should be able to use the built-in functions map and join to convert an array of collections into a comma separated string for a property.
For more information,
Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —
General
- Help Center | Tutorials
- Make Academy – learn Make and get your certificate ← CHECK THIS OUT
- Make Blog – get the latest updates
Help Center Basics
- Mapping – What is mapping? What can I map? ← CHECK THIS OUT
- Mapping with arrays – How to map items in an array ← CHECK THIS OUT
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
2 Likes