Skip to main content
March 12, 2025
Question

How to find UUID from Object Name

  • March 12, 2025
  • 4 replies
  • 0 views

Hi All, This  "getconstantorruleuuidbyname" is working only for constants, any exp rules, interfaces but how to get the UUID for all the objects in appian like below

 AI Skill
Connected System
Constant
Data Store
Data Type
Decision
Document
Expression Rule
Feed
Folder
Group
Integration
Interface
Portal
Process Model
Query Rule
Record Type
Report
Site
Translation Set
Web API

is there any function or plugin? Please suggest

4 replies

tanishkk2938
March 12, 2025

Hi [mention:0ab0f4b5131345399768f1d765093aa2:e9ed411860ed4f2ba0265705b8793d05] 

Is there any use case for getting objects on the basis of UUID?

In content tools plug in there are two functions for getting UUID. One is for Constant, and another one is for Group.


These are the only functions comes up with Content tools plugin.

mathieud0001
March 12, 2025

findcontentbyattribute in Content Tools is as close as you can get:

March 13, 2025

Hi [mention:f5e81b8502fa4e77ad12697686a4fc56:e9ed411860ed4f2ba0265705b8793d05] , 

By using this findcontentbyattribute(), How we can get UUID? Please suggest

venkatrea696188
March 13, 2025

If you can see in attributeName ,we can pass name of the rule to get it's UUID. I have seen other threads as well , what are trying to achieve with UUID's ??