Hi,
Within my team, we have created a RTW expiry notification flow, and up until recently it has been working fine, allowing us to update the flow no problems.
But recently, everytime we try to update something within the flow, the following error message comes up:
I have tried removing the Script connector, and also tried to create a copy, and also tried changing the account that the connectors are using (i.e., changed it to my microsoft account) but all result in the above error message.
My other flows that I have created myself are fine, even the ones which use the Get Script connector allow me to update it, but this flow created by my colleague does not allow any of us to update or create a similar flow, any ideas on what we can do to solve this?
Flow screenshots can be found below:
Formula: formatDateTime(utcNow(), 'MMM_d_yyyy')
Formula:
formatDateTime(parseDateTime(split(items('Apply_to_each')?['RTW_EXPIRY_DATE'], '.')[0]), 'dd/MM/yyyy', 'en-GB')