Hi
I have a SharePoint list that holds inspection data for equipment. The equipment items get inspected depending on their type every 6, 12 or 24 months.
When an inspection is completed details of the inspected date and the outcome of the inspection are added to the SharePoint list.
I set up a flow to activate when an item is created or modified in the SharePoint list and then check some conditions - for example, Frequency being one, then delay for 5 months and email a reminder of the 6 month inspection being due soon.
When I was initially testing this functionality I didn't have 6 months to wait to see did it work so I had to use a 5 day delay instead, an 11 day delay and a 23 day delay and as expected these all worked.
When testing on this completed I assigned the correct values I wanted to the flows and I didn't get an error; Flow allowed me to save the flow with the 5, 11, and 23 month values.
Only when it triggered did I get the error The provided 'Wait' action 'interval' value '23' 'Month' is not supported for the 'Consumption' SKU. The value must be between '5' seconds and '30' day(s).
Can I chain up delay after delay for even 29 days at a time to get around this? For instance chain up a delay of 29 days, then another 4 delays chained together to allow for a 5 month delay on emailing?
Or is there any other workaround that anybody could advise on? Even look at inspection date then calculate to send 5 months in the future from that?
Are there plans to extend the delay threshold on a flow to more than 30 days? I can't imagine I am the only person looking for something similar to this, the 30 day limit is very restrictive but surely there's a few workarounds?
Thanks