Power automate tutorial Variables in power automate flow | Initialize variable | append variable

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

КОМЕНТАРІ • 15

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

    Thank you! Very helpful 🎉

  • @rehimaahmed4119
    @rehimaahmed4119 10 місяців тому

    Thank you, so much

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

    Thank you for this amazing video. Can we provide sharepoint site address through variable?

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

      Thank you for the feedback! Yes you can using initialise variable action.

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

    Im first time working on Ms flows, I can't find dynamic add button in the box. I want to remove last comma from the appended string. Please help me

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

      You could remove last comma from a string using below string function:
      Left(Your variable name, Len(Your variable name)-2)

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

    I have a string variable of names in a list - how do I get the same name to only show once - not for every time it show in the list.

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

      You can use “doesn’t contain” clause for the incoming name in condition before appending it to string variable.

  • @draco3097
    @draco3097 9 місяців тому

    I need help and appreciate any advice.
    The scenario is, I may receive many emails (200-300) in a day. I would like to summarize the total occurrences on some of the contents and then trigger an automation email to me.
    For example :
    I received 200 emails today, 40 emails with the word Apple, 60 emails with the word Orange and the remaining Banana
    So I need to work a power automated script that can do a summary with every 24 hours and summarize the total occurrences of these words. Then initial and notification email to me for acknowledgment.

    • @corporateprogramming
      @corporateprogramming  9 місяців тому +1

      Uploaded a video to guide step by step: Master Outlook Inbox: Automate Email Summaries with Power Automate #Tutorial #Productivity
      ua-cam.com/video/F7vmWg_sMis/v-deo.html

    • @draco3097
      @draco3097 9 місяців тому

      @@corporateprogramming Thank you very much

    • @draco3097
      @draco3097 9 місяців тому

      @@corporateprogramming I have watched your excellent guidance video and truly appreciate your time and expertise. It helps me, but I am at a beginner level in Power Automation, I need some time to digest, explore, and try it. I will keep you posted on my results.

    • @corporateprogramming
      @corporateprogramming  9 місяців тому

      Sure