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 | Tutorials
- Make Academy – learn Make and get your certificate
- Make Blog – get the latest updates
- Features & Pricing
Help Center Basics
- Mapping – What is mapping? What can I map?
- Mapping with arrays – How to map items in an array
- Tokens for
parseDate
| Tokens forformatDate
- HTTP modules – Make a request, Get (download) a file
- Webhooks – Error Handling, Responding to webhooks
Articles & Videos
- Router Magic Formula - YouTube
- Error Handlers in Make - YouTube playlist
- Getting started with OpenAI
- How to use Regex in Make