Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Workflow Automation with Microsoft Power Automate, Second edition

You're reading from   Workflow Automation with Microsoft Power Automate, Second edition Use business process automation to achieve digital transformation with minimal code

Arrow left icon
Product type Paperback
Published in Aug 2022
Publisher Packt
ISBN-13 9781803237671
Length 424 pages
Edition 2nd Edition
Arrow right icon
Author (1):
Arrow left icon
Aaron Guilmette Aaron Guilmette
Author Profile Icon Aaron Guilmette
Aaron Guilmette
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Introducing Microsoft Power Automate 2. Getting Started with Power Automate FREE CHAPTER 3. Working with Email 4. Copying Files 5. Creating Button Flows 6. Generating Push Notifications 7. Working with Shared Flows 8. Working with Conditions 9. Getting Started with Approvals 10. Working with Multiple Approvals 11. Posting Approvals to Teams 12. Using a Database 13. Working with Microsoft Forms 14. Accepting User Input 15. Automating Azure AD 16. Introducing Robotic Process Automation 17. Introducing AI Models 18. Exporting, Importing, and Distributing Flows 19. Monitoring and Troubleshooting Flows 20. Other Books You May Enjoy
21. Index

Understanding database connectors, triggers, and actions

If you’re not familiar with databases, that’s ok! While designing scalable database systems can be quite complex, the general concepts of databases are relatively simple.

Databases are typically made up of tables, columns, and rows. You can think of a simple database as a collection of spreadsheets, where the spreadsheet itself is the table, and then the rows and columns in the spreadsheet represent rows and columns in the database.

When reading or writing to a database, you need to tell the application some key details:

  • The server name or address
  • The database name
  • Authentication credentials

This information is stored in a connection object or connection string and tells the application how to locate the database. Later, when performing actions such as queries, inserts, or updates against a database, you will specify additional details such as table names and filters to...

lock icon The rest of the chapter is locked
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 $19.99/month. Cancel anytime