Hi,
I have a flow I want to build to get the next uk bank holiday. The JSON file is https://www.gov.uk/bank-holidays.json.
Ideally I want to pass a variable from PVA where the user will either be in england-and-wales, scotland or northern-ireland.
The date field is a string. I want to convert the date field to a proper date, then I can use the do while to stop at the first date which is greater than (I have less than in the screen shot for testing) today (utcnow())

Can anyone point me in the right direction or offer another method?
Thanks in advance