System ConfigurationApplicationsApplication DesignerForm BuilderForm Builder LayoutXPath Formulas XPath to determine current user access This is a snippet of XPath to put in the field that you want your process uses to determine the next logical step of the workflow: if(contains(//SYS_CURRENT_USER_GROUPS,'ADMINISTRATORS')) then true() else false()