NOTE: action code operator names are case-sensititive, e.g. firstWord() not Firstword() or firstword(). A few deprecated action codes/usages are listed separately here. Optional input parameters are shown in [square] brackets.
A list of all current action operator codes:
- - (subtraction)
- != (inequality)
- (!$AttributeName) (short form test for no value)
- * (multiplication)
- / (division)
- & (query logical AND join)
- &= (logical AND assignment)
- + (addition)
- + (concatenation)
- < (less than)
- <= (less than or equal to)
- = (assignment)
- == (equality)
- > (greater than)
- >= (greater than or equal to)
- | (query logical OR join)
- |= (logical OR assigment)
- $AttributeName (reference to attribute value)
- $AttributeName (short form test for value)
- abs(argument)
- action(code)
- any(group,value)
- atan(argument)
- attributeEncode(data)
- avg_if(group,condition,value)
- avg(group,value)
- between(value,min,max)
- capitalize(data)
- ceil(argument)
- collect_if(group,condition,attribute)
- collect(group,attribute)
- Color.blue
- Color.brightness
- Color.format
- Color.green
- Color.hue
- Color.red
- Color.saturation
- compositeFor("item")
- compositeFor("item"):count
- compositeFor("item"):kind
- compositeFor("item"):name
- compositeFor("item"):role("theRole")
- compositeFor("item"):roles
- compositeWithName("compositeName")
- contains(item)
- cos(argument)
- count(list)
- covid()
- create(item)
- createAgent(item)
- Date.day
- Date.format("formatString")
- Date.hour
- Date.minute
- Date.month
- Date.second
- Date.week
- Date.weekday
- Date.year
- date(string)
- date(year,month,day,[hour,min])
- day(theDate[,value])
- days(date1,date2)
- degrees(argument)
- delete(item)
- descendedFrom(item)
- distance(note1,note2)
- distanceTo(note1,note2)
- do(macro[,args])
- drivingTimeTo(note)
- escapeHTML(data)
- eval([item],expression)
- every(group,value)
- exp(N)
- exportedString("item",template)
- find(query)
- first(item[,N])
- firstWord("data")
- floor(argument)
- format(data, "formatString")
- hasLocalValue("attributeName"[,target])
- hour(theDate[,value])
- hours(date1,date2)
- idEncode(data)
- if(condition){action}[else{action}]
- indented(N[,"item"])
- inheritsFrom(["item",]"prototype")
- inside("item")
- Interval.day
- Interval.format("formatString")
- Interval.hour
- Interval.minute
- Interval.second
- interval(date1,date2)
- isbn10("data")
- isbn13("data")
- isDuplicateName(item)
- jsonEncode(data)
- last("item"[,N])
- lastWord("data")
- linkedFrom("[item|group]"[,linkType])
- linkedTo("[item|group]"[,linkType])
- linkFrom(["item|group"][,"linkType"])
- linkFromOriginal(["item|group"][,"linkType"])
- links[(item|group)].kind.[linkType].attribute
- linkTo(["item|group"][,"linkType"])
- linkToOriginal(["item|group"][,"linkType"])
- List.isort([$Attribute])
- List.nsort([$Attribute])
- List.sort([$Attribute])
- List.unique
- list(expression_list)
- List/Set.any(element, expression)
- List/Set.at(N)
- List/Set.contains("pattern")
- List/Set.containsAnyOf("list")
- List/Set.count
- List/Set.each(LoopVar)
- List/Set.empty
- List/Set.every(element, expression)
- List/Set.format("formatString")
- List/Set.icontains("pattern")
- List/Set.icontainsAnyOf("list")
- List/Set.intersect(set)
- List/Set.lookup("key")
- List/Set.max
- List/set.min
- List/set.remove()
- List/Set.replace("match","replacement")
- List/Set.reverse
- List/Set.size
- List/Set.sum
- List/Set.tr(dataIn,dataOut)
- locale(code)
- log(argument)
- lowercase(data)
- max(list)
- min(list)
- minute(theDate[,value])
- minutes(date1,date2)
- mod(argumentA,argumentB)
- month(theDate[,value])
- months(date1,date2)
- notify(headline[, details, deliveryTime ])
- Number.format(decimalsN[,widthN][,padStr])
- Number.precision(N)
- originalLinkedFrom(designator[,linkType])
- originalLinkedTo(designator[,linkType])
- play("sound-file")
- pow(n,k)
- radians(argument)
- rand()
- rgb(red,green,blue)
- round(argument)
- runCommand(commandLine[,inputs,directory])
- seconds(date1,date2)
- similarTo("item",N)
- sin(argument)
- sqrt(argument)
- stamp(stampName[,item])
- String.beginsWith("string")
- String.bold
- String.capitalize
- String.contains("pattern")
- String.containsAnyOf(aSet)
- String.countOccurrencesOf("string")
- String.empty
- String.endsWith("string")
- String.find("string")
- String.fontSize(N)
- String.icontains("pattern")
- String.icontainsAnyOf(aSet)
- String.italic
- String.json()
- String.lowercase()
- String.paragraph(N)
- String.paragraphCount
- String.paragraphs(N)
- String.replace("pattern","replacement")
- String.reverse()
- String.size
- String.speak(["voice"])
- String.split("pattern")
- String.strike
- String.substr(startN[,lengthN])
- String.toNumber
- String.tr("dataIn","dataOut")
- String.uppercase()
- String.words(N)
- substr(data,start[,length])
- sum_if(group,condition,value)
- sum(group, value)
- tan(argument)
- time(theDate,hours,minutes)
- time(theDate)
- twitter(username,status)
- unlinkFrom(["item|group"][,"linkType"])
- unlinkFromOriginal(["item|group"][,"linkType"])
- unlinkTo(["item|group"][,"linkType"])
- unlinkToOriginal(["item|group"][,"linkType"])
- uppercase(data)
- urlEncode(data)
- values([group,]attribute)
- var
- version()
- weeks(start, end)
- word(data)
- wordsRelatedTo("term"[,N])
- year(theDate[,value])
- years(date1,date2)