Remove will delete the whole row. I am saying think of it as updating that field with another value. And that value is blank.
Insert a button. Butoon>OnClick:
Patch(PatchingInventory, ThisItem,
{
Floor_x0020_Port_x0020_No_x002e_: Blank(),
Equipment_x0020_Type:Equipment_Type_Gallery_Input_2.Selected.Value,
Comments:Blank()
}
)
This will remove comment and Floor Port no of that field but not equipment type. Understand?
Haven't tried it myself. But it should work.