Power Apps: Forms, Variables, & Collections
Forms Forms are set up in a manner akin to galleries, utilizing a drag and drop interface for their creation and configuration. We have the ability to change the arrangement of items in our form (referred to as data cards) by simply dragging and dropping within the interface. Additionally, we can select various options for each of our fields along with their visibility and editability through the properties. If we prefer not to allow our users to input data, we can also opt to remove fields (data cards) from our form. Just like Galleries, we have significant design flexibility and can utilize the properties of individual controls in our form to modify elements such as color and behavior. By default, forms do not allow users to submit data, this functionality must be implemented manually by the developer. Depending on your desired form behavior, there are various methods to achieve this, with the most common being a clickable button on the canvas that sends the data entered into t...