Working with Multiple Modern Table Controls in Canvas Power Apps

TLDRLearn how to work with multiple modern table controls in Canvas Power Apps, including connecting data from multiple tables, adding features like searching and sorting, and creating a fully responsive app.

Key insights

⚙️Connect data from multiple tables using lookup columns for a many-to-one relationship.

🎛️Use modern table controls to display and manipulate data, with options for grid or list layout.

🔍Add search functionality to the table controls to allow users to easily find data.

🆕Create a new project form using the modern form control and submit the data to the data source.

🖊️Enable editing of existing project details by setting the form mode to edit and loading the selected project data.

Q&A

How do I connect data from multiple tables in Canvas Power Apps?

Use lookup columns to establish a relationship between tables, and leverage the related functions to display related data.

Can I customize the layout of the table controls?

Yes, you can choose between grid and list layout, and adjust the column widths and other styling options.

Is it possible to search for specific data within the tables?

Definitely! You can add a search input control and configure it to filter the table data based on user input.

How can I create a form to add new projects?

Use the modern form control and set the mode to new. Configure the form fields and submit the data to the data source.

What if I need to edit existing project details?

Simply set the form mode to edit, load the selected project data, and allow users to modify and submit the changes.

Timestamped Summary

00:00The video introduces working with multiple modern table controls in Canvas Power Apps.

02:11Connect data from multiple tables using lookup columns for a many-to-one relationship.

04:32Configure the layout and styling of table controls, and choose between grid and list layout options.

06:48Add search functionality to the table controls to enable easy data exploration and filtering.

10:30Create a new project form using the modern form control and submit the data to the data source.

13:57Enable editing of existing project details by setting the form mode to edit and loading the selected project data.

14:50The video concludes with a call to action for viewers to like, comment, and subscribe to the YouTube channel.