Lists
Remove
3min
overview the remove action allows users to remove a specified object from a given list parameters inputs list from which the object is removed ( list\<object> ) this parameter represents the list from which the specified object will be removed after the removal, this variable will contain the updated list input object to be removed ( object ) this parameter specifies the object that needs to be removed from the list outputs list from which the object is removed ( list\<object> ) this output provides the updated list after the specified object has been removed