RUAL Core v12.0.4
Our platform operates on software, commonly known as core
. This software can be run either locally within the cloud environment of Enterprise Customers or within our AWS cluster.
Modified or newly introduced blocks
In this release 26 new blocks were introduced. You'll find a complete list of blocks at the bottom of this page.
Blocks introduced
batchfunction
Executes the given array in batches, this is the non queue version.
claim lock function
Tries to claim a lock and returns if it was successful or not
cookie httpconnection
Returns the cookie with the given name.
cookie delete uicomponent
Removes a cookie from the users browser.
cookie get uicomponent
Returns the cookie value associated with the given key.
cookie set uicomponent
Sets a cookie in the users browser.
cookies all httpconnection
Returns all set cookies.
cookies get all uicomponent
Returns all cookies
current language uicomponent
Returns the current language used by the rendered page.
custom first defined object
Get the first non-undefined value within the object
generate uuid value
Generates a random universally unique identifier according to the RFC 4122
geo distance sorting query
Sorts the results on the given geo_point field and ordering.
include geo distance query
Adds a field "distance" which returns the distance in meters based on the given geo_point
javascript type value
Returns the JS-engine type of a given value
parse xml file
Parse an XML file into an object with XML attributed data
parse xml object
Parses an XML string into an object with XML attributed data
set page query uicomponent
Updates the query part of the url
switch condition
Returns a condition based on the given expression.
switch datatablefilter
Returns a datatablefilter based of the given expression.
switch inpinfunction
Returns a inpinfunction based of the given expression.
switch number
Returns a number based of the given expression.
switch query
Returns a query based of the given expression.
switch mutations
Returns a mutations based of the given expression.
switch object
Returns a object based of the given expression.
switch date
Returns a date based of the given expression.
update user function
update the given user their information or password
Blocks deprecated
attach to documentfunction
null
lock or stop function
Locks or stops the flow if already locked.