Skip to main content
April 24, 2024
Solved

How can I find the object by its uuid

  • April 24, 2024
  • 7 replies
  • 0 views

I got error when deploying a  package, there seems some missing objects, but all uuid, how can I find the objects by uuid

    Best answer by venkatrea696188

    Use this function getconstantorruleuuidbyname() which comes with the plugin Content tools (Only rules will come records and few other objects we can't fetch it.)

    or

    Search using uuid in designer or in application

    7 replies

    venkatrea696188
    April 24, 2024

    Use this function getconstantorruleuuidbyname() which comes with the plugin Content tools (Only rules will come records and few other objects we can't fetch it.)

    or

    Search using uuid in designer or in application

    April 24, 2024

    Awesome, thank you!

    shubhama926776
    Brainy
    April 24, 2024

    Hello [mention:2aea1bf0b6954f94815518e79da990c7:e9ed411860ed4f2ba0265705b8793d05] 
    As suggested by [mention:5abb751204a145abaeb28c7bf620b9d5:e9ed411860ed4f2ba0265705b8793d05]  use appian designer to search UUID 
    if Designer search fails
    Try the GetContentDetailsByUUID rule. It retrieves object info by UUID in Appian.

    शुभम्
    April 24, 2024

    Cool, thank you!