RUAL Core v14.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.
Development Release v14.0.4
This is the latest, development release. The documentation and notes of this release is still under development, blocks listed on this pages may change in the final release.
Modified or newly introduced blocks
In this release 11 blocks have been modified and 3 new blocks were introduced. You'll find a complete list of blocks at the bottom of this page.
Blocks introduced
> and <condition
returns true if the number is between the two numbers (exclusive).
analyze pdf file
Analyzes the PDF with the given profile.
date component
null
Blocks modified
request: deletefunction
Performs an HTTP DELETE request to remove a resource at the specified URL. Returns the response as a string value.
request: delete json function
Performs an HTTP DELETE request to remove a resource at the specified URL. Automatically parses the response as JSON.
request: get function
Performs an HTTP GET request to retrieve data from the specified URL. Returns the response as a string value.
request: get json function
Performs an HTTP GET request to retrieve data from the specified URL. Automatically parses the response as JSON.
request: head function
The HEAD HTTP method requests the metadata of a resource in the form of headers that the server would have sent if the GET method was used instead.
request: patch json function
Performs an HTTP PATCH request to partially update a resource at the specified URL with a JSON body.
request: post form-data function
Performs an HTTP POST request with application/x-www-form-urlencoded content type. The body object is automatically encoded as form data.
request: post json function
Performs an HTTP POST request to create or submit data to the specified URL with a JSON body.
request: post value function
Performs an HTTP POST request to create or submit data to the specified URL with a raw string body.
request: put json function
Performs an HTTP PUT request to create or replace a resource at the specified URL with a JSON body.
request: put value function
Performs an HTTP PUT request to create or replace a resource at the specified URL with a raw string body.