List
Overview
List logic blocks allows manipulation and retreving data from and to Lists
Available patches
Get List Length gets the length of a list from for instance, a list view. |
|
List Shifting handles add and remove of items to lists. |
|
List Manipulation handles manipulation of lists. |
|
List Search handles search in lists. |
|
List Conditional handles comparison of lists. |
|
List to String logic block converts a list of items into a single string. |
|
String to List logic block breaks the string into individual components, creating a list of those elements. |