Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

External Lookup when the dependency is multi-select (array)

Avatar

Level 9

Hello

I am using External Lookup to dynamically display options in the Tech Platforms field. However, the lookup works correctly only when a single value is entered in the Domain Lines field. It shows no results when multiple values are inserted (screenshots below). Is there a way to make it work with multiple values selected?

1) Single selection:

_Manish_Singh_0-1736947423297.png

2) Multi Selection:
_Manish_Singh_3-1736947698787.png


I understand that multi-select returns an array which cannot be used as a dependency. However, I want to ask if anyone has resolved an issue like this before. 

_Manish_Singh_5-1736948187493.png

My Base URL: $$HOST/attask/api/v19.0/PORT/search?fields=DE:Tech Platforms and Digital Solutions&name={DE:Select Domain Lines}&name_Mod=in


Your help is truly appreciated!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @_Manish_Singh

 

Thank you for your question! As you mentioned, the issue here is that when multiple values are selected, the field returns an array (eg. ["Partner Sales", "Sales Support"]). The "name_Mod=in" parameter in the API call cannot handle the array format directly as it expects a single value.

 

Recently there was a defect for a similar problem that our Engineering team was able to solve. I would recommend submitting a support ticket for this so that we can dive into it a little deeper and reach out to the Engineering team.

 

- Monica 

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Hi @_Manish_Singh

 

Thank you for your question! As you mentioned, the issue here is that when multiple values are selected, the field returns an array (eg. ["Partner Sales", "Sales Support"]). The "name_Mod=in" parameter in the API call cannot handle the array format directly as it expects a single value.

 

Recently there was a defect for a similar problem that our Engineering team was able to solve. I would recommend submitting a support ticket for this so that we can dive into it a little deeper and reach out to the Engineering team.

 

- Monica 

Avatar

Employee

@_Manish_Singh If you were able to solve the issue, please share the solution. for one of my customer I am working on same use case