Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Common Process InputsCombine ArraysFilter Array OutputGet Array ItemGet Array Object ItemGet Last Run ArrayGet Object ItemJSON String to ObjectBasic MathsGet Last Run Upstream OutputsMoving Number CalculationNumber RoundingNumber to StringBased64 string to ImageString to NumberTemplate StringISO Time DeltaXML String to ObjectAuto Label Object DetectionBrightnessCircle Detection1D/2D Code ReaderColor DetectionColor ThresholdContrastMultiple CropsCropDetected Zones CountersFacial Expression DetectionGender and Age DetectionDetected Objects to OCRDetected Objects TransformPeople DetectionDraw Detected ObjectsFace DetectionFace RecognitionFeature MatchingFire & Smoke DetectionFlipGeneral Object DetectionImage ClassificationImage SimilarityKey Points DetectionNumber Plate ReaderObject DetectionOCRPose EstimationResizeRotateSaturationInstance SegmentationWatershed SegmentPolygon DetectionTracker Line CountTracker Zones CountTracker HeatmapTrackerWhite Balance
Widgets

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesProcess

Get Last Run Array

Slot Usage: 0

Overview

Get Last Run Array retrieves and combines array outputs from the last run of selected nodes, using a main array as the structure for the result.

Input

Main Array

string required

Select the main array. This array defines the structure of the output array.

Allow different array object structures

boolean

If enabled, additional arrays may use a thinner object schema than the main array: missing properties are filled with defaults ("" for string, 0 for number, false for boolean, [] for array; nested objects filled recursively), and extra properties on additional items are dropped. Shared property types must still match. Different item kinds (for example array[string] vs array[number]) are never allowed.

If disabled, additional arrays must be compatible with the main array shape (additional must cover the main schema).

Default: false

Additional arrays

array required

Additional arrays to include with the main array. Shown after the main array type is resolved. At least one additional array is required.

Output

outValue

array

Resulting array. Item type follows the selected main array.

Array Size

integer

Number of items in the result array.

Get Array Object Item

Previous Page

Get Object Item

Next Page

On this page

OverviewInputMain ArrayAllow different array object structuresAdditional arraysOutputoutValueArray Size