How to Navigate This Presentation

🎮 Controls

Use arrow keys to navigate
Press Space or Enter to go to next slide
Press Esc to see slide overview
Press F for fullscreen mode
Press ? to see all keyboard shortcuts

Calculate Working Day


In Power Automate

Showcase how we can calculate working day

Pre-requisites

  • Power Automate Premium

What are we going to use

alt text

Calculate Working Day

Problem 1

We have a shared mailbox

and we want to make sure we deal with emails within 10 working days

our working days are Monday to Thursday excluding bank holidays in Scotland

The Solution

Parameters

NameRequiredType
DateTruestring
Working DaysTruestring
Non working daysstring
In X working daysTrueinteger
Filter bank holidays for Countrystring

Returns

NameType
Input Datestring
Is input date a working dayboolean
Working Daysarray of string
Working Days in Wordsarray of string
Working Days in Wordsarray of string
Next working daystring
Next working dayinteger
Working day in x daysstring
First Working day of monthstring
Last working day of monthstring
{
  "flag": {
    "flagStatus": "flagged",
    "startDateTime": {
      "dateTime": "YYYY-MM-DD",
      "timeZone": "UTC"
    },
    "dueDateTime": {
      "dateTime": "YYYY-MM-DD",
      "timeZone": "UTC"
    }
  }
},

Link 4: followupFlag resource type - Microsoft Graph v1.0 | Microsoft Learn

PATCH https://graph.microsoft.com/v1.0/users/{mailbox}/messages/{id}

PATCH https://graph.microsoft.com/v1.0/users/demo@tweed.technology/messages/{id}

Link 5: Update message - Microsoft Graph v1.0 | Microsoft Learn

Test

Oh no!!!!

Problem 2

We run an office equipment rentals business

We bill based on the number of working days

The Solution

Parameters

NameRequiredType
Non working daysstring
Working DaysTruestring
DateTruestring
DateTruestring

Returns

NameType
Start Datestring
End Datestring
Total Daysinteger
Working Days Countinteger
Working Daysarray of string
Working Days in Wordsarray of string
Working Days in Wordsarray of string

What We’ve Accomplished

We have using low code being able to Calculate Working Days

  • ✅ Date Difference
  • ✅ Date In X Working Days

Where can you get this

Feedback

alt text

https://go.iantweedie.biz/feedback