# Properties

| Name                                | Info                                                                                                  | Set Info                                                                                                    |
| ----------------------------------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| index                               | indicator for the position of a specific element in the order of the collection (defaults to 1)       | set this value to a number to gain access to the element at this position in the collection                 |
| element at index                    | the text at the current index (collection "index" property) of the collection                         | overrides the text at the current index (collection "index" property) of the collection                     |
| collection length                   | the number of elements in the collection                                                              |                                                                                                             |
| separator                           | a phrase that is used to separate a text to multiple parts                                            | for example - set this value to "AND" to add "1AND2AND3" --> "1,2,3" as separate elements to the collection |
| joined text                         | combines all the text elements                                                                        |                                                                                                             |
| all elements as text                | combines all the text elements with commas between them                                               |                                                                                                             |
| all elements as text with separator | combines all the text elements with a specified phrase (collection "separator" property) between them |                                                                                                             |
