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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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!
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!
Hi Sven-iX,
Thanks so much for the quick reply. This worked like a charm.
Views
Replies
Total Likes