Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
SOLVED

Setup External Lookup field to return Custom Form Names

Avatar

Level 2

I'm wanting to create an external lookup field that will return the names of all the active Custom Forms.  I would prefer to have this so that reporting is easier.  

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Alex_Di 

 

in baseAPIurl use

$$HOST/attask/api/v19.0/CTGY/search?isActive=true&fields=name&name_Mod=cicontains&name=$$QUERY

in JSON path use

$.data[*].name

Adjust the query to suit!

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @Alex_Di 

 

in baseAPIurl use

$$HOST/attask/api/v19.0/CTGY/search?isActive=true&fields=name&name_Mod=cicontains&name=$$QUERY

in JSON path use

$.data[*].name

Adjust the query to suit!

Avatar

Level 2

Hi Sven-iX, 

 

Thanks so much for the quick reply.  This worked like a charm.