Check Object Existence

Overview

This function helps in situations where the designer or developer has to act upon an Appian object (e.g. Document, Folder, Community, Knowledge Center).  Before doing any operations on the Appian object this function can be used to check whether the object exists.

Syntax: isObjectExists(typeOfObject, objectId)

Returns true or false based on the existence of the Appian object

Anonymous
Parents Comment Children
  • since this is 6 months ago, u probably wont need it, but anyway.. ur giving a null value in the document() function or so it says, might wanna check that weird rule isNotEmpty() ur using, im saying 'weird' cuz why not just use isNotNullOrEmpty() function instead?