Bank Holidays
UK Government integration · 1 node(s).
00Overview
UK bank holiday dates for England & Wales, Scotland and Northern Ireland (GOV.UK)
Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.
01Connecting Bank Holidays
Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:
| Field | Type | Details | |
|---|---|---|---|
| Region | string | england-and-wales — England & Wales, Scotland, Northern Irelan |
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference
${secrets.your_secret}.02List
List Bank Holidays
ukgov/bankholidays/list · Action
List UK bank holidays for a region, with the next upcoming date (GOV.UK)
| Field | Type | Details | |
|---|---|---|---|
| Region | string | england-and-wales — choices: England & Wales, Scotland, Northern Ireland | |
| Year (optional filter) | string | 2026 |
Returns: tool_result, holidays, count, next_holiday, next_date, success, error
03Notes & Limitations
Behaviours and constraints worth knowing before you build with these nodes.
- Bank holidays differ by nation, so select the region that matches your operation — England & Wales, Scotland, and Northern Ireland each observe a different set of dates.
- The dataset covers only a limited window of years around the present, so do not rely on it for distant historical or far-future dates.
- When a holiday falls on a weekend, the list reports the substitute weekday that is actually observed rather than the original calendar date.