Combine output to comma separated string

To compare an array of values with another array of values, we cannot use the built-in functions.

You’ll have to Iterate one of the arrays, and create a filter to filter out items that are not in the second array, then aggregate back to an array.


Links

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 Basics

Articles & Videos

2 Likes