Activities
Add Key/Value Pair
This activity adds a KeyValue Pair element to a specified List.
Activity Parameters
The Add Key/Value Pair activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Input Collection (text box editor type) (type: List<KeyValuePair<object,string>>): the input Collection. Specify the List of KeyValuePairs for the Add operation.
- Key (text box editor type) (type: string): the value for the Key item.
- Value (text box editor type) (type: string): the value for the Value item.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Collection (type: List<KeyValuePair<object,string>>): outputs the resulting List of KeyValuePairs.
Sort Keys/Values Pairs
This activity sorts a list of KeyValue Pairs.
Activity Parameters
The Sort Keys/Values Pairs activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Input Collection (text box editor type) (type: List<KeyValuePair<string,string>>): the Input Collection. Specify the List of KeyValuePairs for the Add operation.
- Order by Direction (text box editor type) (type: collection<collection<string>>, string, any collection type): choose to order the resulted rows in ASC or DESC direction.
- Sort After (text box editor type) (type: string): specify whether to sort after Keys or Values.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Collection (type: List<KeyValuePair<string,string>>): outputs the resulting List of KeyValuePairs.