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 SkillConnected SystemConstantData StoreData TypeDecisionDocumentExpression RuleFeedFolderGroupIntegrationInterfacePortalProcess ModelQuery RuleRecord TypeReportSiteTranslation SetWeb API
is there any function or plugin? Please suggest
Discussion posts and replies are publicly visible
Hi Aswini 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.
findcontentbyattribute in Content Tools is as close as you can get:
Hi Mathieu Drouin ,
By using this findcontentbyattribute(), How we can get UUID? Please suggest
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 ??