Hello i m building my own component in powerapps, since i cannot use in components "collect" command i have decided to try placing table in to variable like this:
Set(Var_LOV,Table({ID:1,Text:""},{ID:2,Text:""}))
afther that i tried to Patch this table like this:

Is it possible to add empty row to table in variable like in collection?
Or is there some work around? I want just to press button and with each press of button to add a new row in to that table.