Hello!

One of the most missed features in Microsoft Flow was the chance to work with variables in a Flow. I’ve worked with other visual work flow editors, and this is usually a delicate issue. Mainly because, as programmers we want all the power of a programming language to work vars.

However, in a tool like Microsoft Flow, we only need basic operations like work with basic types, increase counters and validate values. This is what we can see in the actions to work with Variables

Clipboard06

When you define a variable, it must have a name, a type, and a default value.

Clipboard04

Important: Even if value is not a required field, I have had problems with “not initializing a variable”. Back to C++ Days!!

In addition to being able to set the value of a variable, we can increase the value of a variable, if the var is a numeric type. The classic example of this is a Do Until loop.

Clipboard02.png

Happy Coding ! 😀

Saludos @ Mississauga (-1!)

El Bruno

References

32 responses to “#Flow – Working with variables in #MicrosoftFlow”

  1. I like your flow articles ! Keep going

    Like

  2. Nice.
    I do more by “variables” service of Microsoft Flow.
    like C language – for loop programming.

    Regards,
    Yoshihiro Kawabata

    Like

    1. Thanks Yoshihiro 😀 !

      Like

  3. […] Working with Variables in Microsoft Flow […]

    Like

  4. […] Working with Variables in Microsoft Flow […]

    Like

Leave a reply to #Flow – Nuevas opciones en Flow Button con listas de opciones como datos de entrada – El Bruno Cancel reply

Discover more from El Bruno

Subscribe now to keep reading and get access to the full archive.

Continue reading