Learning about actions and variable passing
In this chapter, we’re going to introduce a few new concepts that relate to working with Power Automate Desktop, specifically around the action to run a Power Automate Desktop flow and how to pass variables from the cloud to a desktop application.
Run a flow built with Power Automate for desktop action
The Power Automate Desktop application can’t read or use cloud triggers. Using the connectivity established through the data gateway, however, Power Automate Desktop can receive the instructions it needs to execute the flows it’s responsible for.
Variable passing
Variables are a programming construct used to store temporary information. Programmers use variables as a kind of placeholder for content that changes (or varies) when an application, script, or process is run. Through the use of a variable, an application can substitute the actual value in place of the variable during execution.
You’...