I am new to Power Apps and trying to create a collection with Products.
I have added a textbox with the name inpProduct.
Created a new button Collect with the command Collect(colProducts, {Product: Value(inpProduct.Text)}) or Collect(colProducts, {Product: inpProduct.Text})
But somehow Text is not recognized and does not popup after the .

I have followed the step in this tutorial https://www.youtube.com/watch?v=4zM-Oyhpc3U but can't figure what I am doing wrong.