---
title: "Array Values"
canonical: "https://support.appfire.com/space/PSCONF/15305766/Array%20Values"
format: markdown
---
> Macro (aura-html)

Any variable type can be transformed into an array by adding the array symbols [] after the type declaration.

## Example 1 - Adding values by index

> Macro (excerpt-include)



## Example 2 - Adding values to next position

> Macro (excerpt-include)

  

## Example 3 - Retrieving a value

> Macro (excerpt-include)