Lists

Add

4min
overview the add action adds a specified object to a list inputs list to which an object is added ( list\<object> ) this parameter represents the list into which the object will be added it serves as both an input and an output , meaning that the action will modify the data within the same variable input object to be added ( object ) this parameter specifies the object that will be added to the list outputs list to which an object is added ( list\<object> ) this output reflects the updated list after the object has been successfully added important notes ensure that the input object provided is compatible with the type of objects expected within the target list