Question 99:
You create a canvas app screen. Then you add a TextInput control (named TextInputFld) and a Button (named ButtonAdd). For the ButtonAdd, you set the button’s OnSelect to the following formula: Collect(Equipment,{Product: TextInputFld.Text}) After that, you run your application and type "Generators," and push a ButtonAdd. You add another two entries: "Pumps" and "Tanks" by pressing ButtonAdd after each entry. You stop the run mode and modify the button`s OnSelect with the following formula: ClearCollect(Equipment,{Product: TextInputFld.Text}) Then you run your app once more, input “Centrifuges,” and enter the ButtonAdd. What products will you see in your collection?
Answer options:
A.Generators, Pumps, Tanks, Centrifuges B.Generators, Pumps, Centrifuges C.Generators D.Centrifuges E.Tanks, Centrifuges F.It will be an empty collection