Collection
This is the collection configuration used in [Action] -> [Collection].
Add
Click the [+Add] button.


[Name]
Enter the name of the Collection. You can use any name.

[Collection Type]
Select the type of collection.

- List: A sequential collection of data elements where items are stored in order and accessed by index.
- Map: A collection of key-value pairs where data is stored and accessed using unique keys.
[Key Type]
Select the data type for the key. This is displayed only when [Collection Type] is “Map”.

[Value Type]
Select the data type for the value.

[Size Limit]
Configure whether to limit the size (number of data items) of the list or map. When size is limited, data cannot be stored beyond the maximum size.

[Maximum Size]
Enter the maximum size to limit. This is displayed only when [Size Limit] is checked.

[Circular Buffer]
Configure whether to use a circular buffer. When using a list as a queue or stack, if the maximum size of the list is exceeded, the oldest data is deleted before adding new data. This is displayed only when [Collection Type] is “List” and [Size Limit] is checked.

Edit
Click the icon of the item you want to edit.

Delete
Click the icon of the item you want to delete.
