PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Get Element

The Get Element action retrieves the value of an element at a specified index within a list.

Overview

The Get Element action retrieves the value of an element at a specified index within a list.

Parameters

Inputs

  • Input List (list<object>): A list of objects from which to retrieve the element.
  • Index (integer): The zero-index-based integer representing the position of the desired element within the input list.

Outputs

  • Result (object): The object value of the element found at the specified index.

Important Notes

  • Ensure that the index provided is within the bounds of the input list to avoid errors.

On this page