ClearCollect(tempTableText,{_alpha:"",_beta:"",_delta:"",_epsilon:"",_gamma:"",_lambad:"",_mu:"",_zeta:""});Clear(tempTableText);
ClearCollect(tempParams,{id:0,Input:"",inputDisplay:"",ShortName:"",Name:""});
Clear(tempParams);
ClearCollect(vFormMass,AddColumns(
SortByColumns(Filter(ChoiceForms,Requestable.Name=vRequested),"dp_order",Ascending)
,"input",""
,"inputDisplay",""
,"inputPicker2",tempPerson2
//,"inputPickers2",tempMultiplePicker
,"inputTable",tempTableText
,"myToggle",false
,"isVisible",If(IsBlank(ThisRecord.ParentTagOrder),true,false)
,"isValid",If(!IsBlank(ThisRecord.isOptional),false,true)
,"isSaved",false
,"inputParams",tempParams
) // End AddColumns
); // End Collect
How to do a remove in vFormMass a record of inputTable ?