Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Microsoft 365 Fundamentals Guide

You're reading from  Microsoft 365 Fundamentals Guide

Product type Book
Published in May 2022
Publisher Packt
ISBN-13 9781801070195
Pages 278 pages
Edition 1st Edition
Languages
Authors (2):
Gustavo Moraes Gustavo Moraes
Profile icon Gustavo Moraes
Douglas Romao Douglas Romao
Profile icon Douglas Romao
View More author details

Table of Contents (18) Chapters

Preface 1. Chapter 1: Licensing Microsoft 365 2. Chapter 2: Organizing and Finding Information with Microsoft Delve 3. Chapter 3: Workplace and Personal Productivity with Microsoft MyAnalytics 4. Chapter 4: Staying on Top of Emails and Calendars with Microsoft Outlook 5. Chapter 5: Taking and Sharing Notes with Microsoft OneNote 6. Chapter 6: Working from Anywhere with Microsoft OneDrive 7. Chapter 7: Collaboration and Ideation with Microsoft Whiteboard 8. Chapter 8: Microsoft SharePoint Online (SPO) 9. Chapter 9: Working Together with Microsoft Teams 10. Chapter 10: Managing Projects and Tasks with Microsoft Planner and To-Do 11. Chapter 11: Doing More with Microsoft Power Automate 12. Chapter 12: Power Apps 13. Chapter 13: Getting Information with Microsoft Forms 14. Chapter 14: Visualizing Data with Microsoft Power BI 15. Chapter 15: QuickStart Excel, Word, and PowerPoint 16. Other Books You May Enjoy Appendix

Using variables to store and change data

Reusing stored information is one of the best development practices and this applies to flows in Power Automate as well. This is the concept of variables in programming. The computer allocates some memory space to a certain value with a particular name, which will return the stored value whenever the name is used. When, in the previous section, we talked about the compose action, I mentioned the programming concept of the constant variable, that is, the value is stored in that name, but it cannot be changed.

When we need to separate a space to store a value and the compose action does not work, we use the set of actions from the Variable group. You can see some of the Actions in the following screenshot:

Figure 11.8 – Variable actions in Power Automate

When initializing a variable, you must define a unique name and type, and if you already have an initial value, you can define it. If the value you want is obtained...

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 $15.99/month. Cancel anytime}