Variables in Power Automate for Desktop (Full Tutorial)

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 29

  • @andersjensenorg
    @andersjensenorg  2 роки тому +3

    If this video helps you, then you can help this channel and me a lot by giving it a thumbs up. Thank you 😊

  • @quintonballenden1436
    @quintonballenden1436 Рік тому +1

    List variables - that was an excellent performance. Well done you!

    • @andersjensenorg
      @andersjensenorg  Рік тому

      Hey Quinton - thanks a ton for the nice message 😎😍

  • @febsil66
    @febsil66 Рік тому +1

    Amazing Anders! Thanks for sharing your knowledge

    • @andersjensenorg
      @andersjensenorg  Рік тому

      My pleasure, Fernando - thanks for the nice comment 🙏😊

  • @atiqure2000
    @atiqure2000 2 роки тому +1

    Amazing Stuff, this will help me a lot in my automation journey. Thnaks

  • @m.c.n.5937
    @m.c.n.5937 2 роки тому +1

    Thank You, Anders. Your presentations are very interesting.

  • @craignorton8678
    @craignorton8678 2 роки тому

    Great video from Anders. Keep up the great work.

  • @chaloMendez8
    @chaloMendez8 2 роки тому +1

    What about sum, rest, multiply and all the other math operation on Numeric Variables?

    • @andersjensenorg
      @andersjensenorg  2 роки тому +1

      Hey Gonzalo. Great question. You can do numerical operations like this: %YourNumericalVariable1 + YourNumericalVariable2% or %YourNumericalVariable * 25% etc Kind regards, Anders

  • @quintonballenden1436
    @quintonballenden1436 2 роки тому +1

    Anders - an excellent video. Particularly impressed with lists. For some unknown reason the Display input dialog doesn't work on my pc. Could be a settings issue.

    • @andersjensenorg
      @andersjensenorg  2 роки тому

      Hey Quinton. Thanks a lot for the nice words. That's strange 😣 What's the error message?

    • @ildiandaprincipo163
      @ildiandaprincipo163 2 роки тому

      Change in "If function ButtonPressedDisplayMessage". they work

  • @Lennings82
    @Lennings82 2 роки тому +1

    is it possible to only see the variables that is in the active sub-flow that I have open?
    like to have local variables so I don't see everything else that is not important outside the sub-flow.

    • @andersjensenorg
      @andersjensenorg  2 роки тому

      It would be nice, if you could define the scope for your variables, but not possible in PAD (yet) 😔

  • @ronimrov7853
    @ronimrov7853 2 роки тому

    Good tutorial. Thanks!

    • @andersjensenorg
      @andersjensenorg  2 роки тому

      Hey Roni Mrov. Thanks a lot 😊 Have a great day. You're more than welcome at my Discord, where we're 5000+ RPA developers networking and solving problems: ua-cam.com/video/xWFz-S96XGo/v-deo.html Kind regards, Anders

  • @torquato1803
    @torquato1803 Рік тому +1

    how can I get an excel file from Power Automate WEB with Power Automate Desktop?

    • @andersjensenorg
      @andersjensenorg  Рік тому

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 8000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ua-cam.com/video/xWFz-S96XGo/v-deo.html Kind regards, Anders

  • @essamali118
    @essamali118 Рік тому

    How can I include a list as variables in the "Add item to list" action? Specifically, I want to use the following format: `%{[%ID%, %Name%, %Description%]}%`.

    • @andersjensenorg
      @andersjensenorg  Рік тому

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 8000+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ua-cam.com/video/xWFz-S96XGo/v-deo.html Kind regards, Anders

  • @rkhanso
    @rkhanso Рік тому

    I have what I think is a more complex need - using a date variable to pass to PowerPoint to do a Find/Replace of text in the file and then save the new file with a new name based on month.
    formatDateTime(subtractFromTime(utcNow(), 1, 'month'), 'MMMM yyyy') is the variable I'm trying to use Send Keys action to do the Find/Replace, but I can't figure out how to pass it as the resulting month/year. It only pastes into PowerPoint as the literal text of the variable. Is it possible to do what I want it to do? I'm using a Send Keys like '{LControlKey}{H}' VariableName1 '{Tab}' VariableName2 '{Alt}{A}{Return}' Is it possible to get the Find/Replace action in PowerPoint to type the month name 2 in the past and 1 in the past?

    • @andersjensenorg
      @andersjensenorg  Рік тому

      Thanks for writing 😊 I'm getting more than 50 messages daily. While I read all of them, I can’t reply to everyone 😔 But I’ve created an RPA/Automation community where we’re 5800+ RPA Developers helping each other with solutions and our careers. Here’s the video on how to join (the invitation link is in the video description): ua-cam.com/video/xWFz-S96XGo/v-deo.html Kind regards, Anders

  • @alfredocham6528
    @alfredocham6528 2 роки тому

    Please help add multiple variables to a list. %[OtherList['something'], OtherList['somethingelse']]% is not working

    • @alfredocham6528
      @alfredocham6528 2 роки тому +1

      Got it. Set Variable action, the variable is the list that you created earlier in your code. The value is: %[CustomFormData['T1'], CustomFormData['T2']]% So you add %[ then you put the variable names with commas between them, then you close with ]%

    • @andersjensenorg
      @andersjensenorg  2 роки тому

      Thanks a lot for coming back with the answer, Alfredo 😊

    • @alfredocham6528
      @alfredocham6528 2 роки тому

      @@andersjensenorg Just noticed the syntax i used in my question, is the same one that I used in the solution. Not sure what happened the first time around, but I was able to get it working :)
      Thanks for the video.