Ga naar inhoud

Metaflow - Workflow List

Workflow List

Metaflow referentie: Workflow List

Add

Object

Object

Optie Waarde Type veld
List List to which object will be added list value
Key Key for value which will be added to dictionary tekst
Item Object which will be added to list tekst
Modified list List with newly added object tekst

Add List

Object

Object

Optie Waarde Type veld
List 1 List to which list will be added list value
List 1 List which will be added to list tekst
Modified list List with newly added objects tekst

Last Index Of

Object

Object

Optie Waarde Type veld
List List where item exists list value
Item Item which will be searched at list tekst
Item Type Type of value which will be searched dropdown
last index If specified method will search up to this index tekst
Count If specified method will search only this amount of items in range created between the beginning of the collection and specified above last index tekst
Output index Index of specified item tekst

Remove by condition

Object

Object

Optie Waarde Type veld
List List from which items will be checked and removed list value
Condition Condition which items have to met tekst
Ignore Case Ignore Case dropdown
Parameter Parameter (required for some operations) tekst
Modified list List with removed items tekst

Sort

Object

Object

Optie Waarde Type veld
List List to which object will be added list value
Order Choose wether items on list will be sorted in ascending or descending order dropdown
Modified list List with newly added object tekst

Remove

Object

Object

Optie Waarde Type veld
List List from which items will be removed list value
Removal method Method of removal, First - remove first occurance of indicate item, At - remove item located at indicated index, Range - remove all items in indicated reange dropdown
Parameter Parameters required for removal method. For range 2 parameters required - start index and count, parameters should be devided by comma tekst
Modified list List with newly added object tekst

Insert

Object

Object

Optie Waarde Type veld
List List from which items will be added list value
Item Object which will be added to list tekst
Type Determine whether inserting object is list or not dropdown
Index Index at which object will be inserted tekst
Modified list List with newly added object tekst

Index of

Object

Object

Optie Waarde Type veld
List List where item exists list value
Item Item which will be searched at list tekst
Item type Type of value which will be searched dropdown
Start Index If specified method will start searching from this this index tekst
Count If specified method will search only this amount of items after start index tekst
Output Index Index of specified item tekst

Copy

Object

Object

Optie Waarde Type veld
List List which will be copied list value
Start Index Index from which list will be copied tekst
Count Count of items to copy tekst
Copied list Copied part of list tekst

Find

Object

Object

Optie Waarde Type veld
List List, the items of which will be checked list value
Condition Condition which items have to met dropdown
Ignore case Ignore case dropdown
Count The amount of items which will be returned. First means the first item in the list which meet condition, all means any items meet it and the last means latest one dropdown
Parameter parameter (required for some operations) tekst
Output Item or items which meet condition tekst

Exists

Object

Object

Optie Waarde Type veld
List List, the items of which will be checked list value
Condition Condition which items have to met dropdown
Ignore case Ignore case dropdown
Parameter parameter (required for some operations) tekst
Output Item or items which meet condition tekst

Clear

Object

Object

Optie Waarde Type veld
List List, the items of which will be cleared list value
Modified list Cleared list tekst

Contains

Object

Object

Optie Waarde Type veld
List List where item will be searched list value
Item Item which will be searched tekst
Item Type of value which will be searched dropdown