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
I've gotta admit, the getprocessmodeldetailsbyuuid function (as well as similar ones) is not very user-friendly to make any sort of specific use of due to the results coming back in a big unorganized glob of text, as opposed to a nice dictionary or something.
Couldn't it at least return a JSON string, if it has to return a flat string? Then we could convert it on the Appian side pretty easily, instead of having to do tedious manual parsing, which of course might break any time anything is added or changed in the function output.