Power Automate Date Time Operation

Поделиться
HTML-код
  • Опубликовано: 8 июн 2024
  • In this video, you will learn 7 key DateTime action/expression available in power automate.
    Video Chapter:
    00:00 Welcome
    00:35​ Topic Introduction
    03:04​ How to convert time zone
    05:22​ How to format DateTime
    07:57​ How to Add to /subtract from DateTime
    09:38​ How to compare dates
    12:09​ How to calculate DateTime difference
    16:17​ How to check weekends
    20:36​ Excel DateTime
    Reference Information:
    Ticks:
    Ticks per day 864,000,000,000
    Ticks per hour 36,000,000,000
    Ticks per minute 600,000,000
    Ticks per second 10,000,000
    Ticks per millisecond 10,000
  • НаукаНаука

Комментарии • 31

  • @nealtite5109
    @nealtite5109 2 года назад

    Nice video man, easy to follow and understand, after looking through all the threads about this stuff your video definately helped the lightbulb finally go off!

  • @bonvoyhajj
    @bonvoyhajj 2 года назад

    Thank you!!! This is exactly what I need!!!

  • @televisi
    @televisi 2 года назад +1

    Thanks for the explanations, helps me counting the difference between two dates.

  • @jaipalrana.
    @jaipalrana. 3 года назад

    Amazingly superb!!! I was looking for such solution! Thank you Deepak for Date | Time operations

  • @MuhammadAdnan2.0
    @MuhammadAdnan2.0 3 года назад

    Well done bro keep upload flows tricks

  • @parulgandhi2122
    @parulgandhi2122 3 года назад +1

    Thank you
    It will be good if there is something regarding how to create team using graph api with powerautomate and other team related operations for example create tab, channels etc. Is it possible to do video on this?
    Thanks again

    • @DeepakShrivastava
      @DeepakShrivastava  3 года назад +1

      Thanks Parul. Good idea I have this in my list of future video so stay tuned.

  • @bhuvanamaddineni9552
    @bhuvanamaddineni9552 5 месяцев назад

    Hi Nice Video, always nice explanation. How could we compare datetime from excel 01-01-2020 00:03 and current date time to trigger an email.
    I want to trigger the email based on timings
    01-01-2023 00:30
    01-01-2023 01:00
    01-01-2023 02:00
    can u please help here.

  • @MohammadAli-ts2ev
    @MohammadAli-ts2ev 2 года назад +1

    Helpful video..
    Can u plz let us know as how to skip (to format) a cell containing with text value like "NA".
    I have a table where there is a date column and it contains NA and other comments as well where there is no date..
    Plz help..I am stuck here.
    Also, plz make a video on how to connect power automate flow with a shared file on Onedrive...

    • @DeepakShrivastava
      @DeepakShrivastava  2 года назад

      Thanks for watching. I will add these points to my future video list.

  • @mikeandchrista6768
    @mikeandchrista6768 2 года назад +1

    Hello! I have a flow the creates a planner task based on a form. How can I add days to the end date in the planner?

    • @DeepakShrivastava
      @DeepakShrivastava  2 года назад +1

      You can use expression formula addDays() or "Date time: connector to add days to end date.

  • @mankirattalkies1350
    @mankirattalkies1350 Год назад

    I have to calculate day difference between today and first time modified date. Please tell me how to that

  • @sundrapillay6668
    @sundrapillay6668 3 года назад

    Thanks Deepak

  • @hannawg7747
    @hannawg7747 2 года назад

    Thank you Deepak learn a lot from your videos. How do I extract 10th day name each month?

    • @DeepakShrivastava
      @DeepakShrivastava  2 года назад

      Thanks for watching. to get 10th day name of current month use this expression : dayOfWeek(addDays(startOfMonth(utcNow()),10))
      you replace utcNow() with other date.
      in response you will get a number that represent:
      0 Sunday
      1 Monday
      2 Tuesday
      3 Wednesday
      4 Thursday
      5 Friday
      6 Saturday

  • @hannawg7747
    @hannawg7747 2 года назад

    Thank you Deepak !
    How to get 10th day name each month?

  • @gopalakrishnanramamoorthy187
    @gopalakrishnanramamoorthy187 2 года назад +1

    I want get this function =Text([Date],"YYYYMMDD".) Can you help me in power automate i am using Sharepoint as Database