This tutorial describes creation of Power Apps collection.

Let´s use this app with text inputs (drop boxes…) for animal and color.

Then create a button, adding items to collection. Let´s write something like this into OnSelect:

  • Collect(
       MyAnimals,
       {
          MyAnimal: Animal_input.Text,
          MyAnimalColor: Color_input.Text
       }
    )

Now we can run the app, fill in input fields and add their values to collection, using button.

To see the added records click here:

Leave a Reply

Your email address will not be published.

*

clear formPost comment