Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learn Microsoft Power Apps - Second Edition

You're reading from  Learn Microsoft Power Apps - Second Edition

Product type Book
Published in Sep 2023
Publisher Packt
ISBN-13 9781801070645
Pages 702 pages
Edition 2nd Edition
Languages
Authors (2):
Matthew Weston Matthew Weston
Profile icon Matthew Weston
Elisa Bárcena Martín Elisa Bárcena Martín
Profile icon Elisa Bárcena Martín
View More author details

Table of Contents (27) Chapters

Preface 1. Introducing Power Apps 2. Creating Your First Canvas Power App 3. Creating Apps in SharePoint 4. Publishing and Leveraging in Power Apps 5. Exploring Controls 6. Exploring Formulas 7. Exploring Reusable Controls 8. Working with Data 9. Introducing Connectors 10. Using GPS in Power Apps 11. Working with Images and Barcodes 12. Securing Your Power Apps 13. Working Offline 14. Using Power Automate with Power Apps 15. Using Azure with Power Apps 16. Visualizing Data 17. Introducing Artificial Intelligence 18. Introducing Microsoft Dataverse 19. Introducing Model-Driven Apps 20. Creating Model-Driven Apps 21. Exploring Environments and Data Policies 22. Introducing the Future of Power Apps 23. Good Practices for Creating Power Apps 24. Other Books You May Enjoy
25. Index
Appendix

To get the most out of this book

  • To get the most out of this book, it is recommended that you have a basic understanding of Microsoft 365 as you will interact with various elements of it while developing apps.
  • To follow along with the labs, you will need an active Power Apps subscription. This will be covered in the first chapter. Some services, such as Azure, SharePoint, and Dataverse, may also require a subscription.
  • For some functionalities, you may need premium connectors. Additionally, some instructions will require a mobile phone. In any case, it will be made clear where this applies.

Download the example code files

The code bundle for the book is hosted on GitHub at https://github.com/PacktPublishing/Learn-Microsoft-Power-Apps-2E/. We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: https://packt.link/kXggB.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. For example: “We can use the RenameColumns formula to shape our collection by wrapping it.”

A block of code is set as follows:

{ Country: "China", Population: 1439323776, 'Land Area': 9388211 },

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

ClearCollect(colStats, AddColumns(RenameColumns(Distinct(colGroceries, 'Grocery Type'.Value),"Result","Grocery Class"),"Items",0) )

Bold: Indicates a new term, an important word, or words that you see on the screen. For instance, words in menus or dialog boxes appear in the text like this. For example: “Once again, if we run OnStart, we will see the changes in our collection.”

Warnings or important notes appear like this.

Tips and tricks appear like this.

lock icon The rest of the chapter is locked
Next Chapter arrow right
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}