Overview
These functions extend Appian content and offer document/folder search, directory listing, and the ability to get/set the searchable attribute of a folder.
Functions are designed for and only work on Appian content, not the local filesystem. All search functions assume the root folder and all subfolders are searchable. Search functions will not return results contained within non-searchable objects.
All functions use the serviceContext of the user account executing the expression at runtime.
Key Features & Functionality
Data Types
Smart Services
Functions
Has anyone encountered the following error when using getcontentobjectrevisionhistorydetails?
Appian Designer:
Error retrieving the revision history of the object:
Appian Logs:
2023-05-29 23:36:08,237 [Appian AppianServerThreadPoolProvider 246495] ERROR com.appiancorp.ps.plugins.contenttools.functions.RulesAndConstantsRevisionHistory - Error retrieving the revision history of the object: _a-0000e81b-a5b2-8000-33e8-01ef9001ef90_95136 java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.String
cc Ben Dudley - Tagging you since I saw that you contacted the person / team that maintaining this plugin for an earlier issue. Trying my luck :)
Trying to see if I can't fix this myself but hit an unrelated issue with GetConstantValueByName class. It's referencing an ExpressionEvaluationException but it doesn't seem to resolve. Am I missing anything?