Search multiple values in a data store and get results as array

Hello everyone,

i am new to make.com (love it so far) and have an issue with the following.

Situation: From Webhook i got more than one value for a custom field (see screenshot 1). The values are comma-separated

Goal: I want to use a already created data store to give me the mapped keys for BOTH values (See Screenshot 2 & 3). Best case would be that the output gives me the keys as arrays.

Issues: I have no clue how to achieve this. I created a filter in the Search Records Module with the following input (Screenshot 3) but have no idea how to proceed. The output of the entered function is empty

Any hint would be much appreciated!

Screenshot 1:

Screenshot 2:

Screenshot 3:

Hello Talnt,

It’s possible to implement the functionality you’re looking for.

using get(split(YOUR_COMMA_DELINIATED_STRING:,);1)

would get you the first value in the comma deliniated string

Here is a screen shot of what that would look like in the dashboard.

Hope that helps!

6 Likes