Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
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
Hi Sven-iX,
Thanks so much for the quick reply. This worked like a charm.
Views
Likes
Replies