I have an instant (manual) flow that runs great until I use the function utcNow() to get the current date/time.
This only started happening a day or two ago. I've used utcNow() successfully for years. Initially it seemed to only occur in one specific env, but now I get the error in all environments.
Also once I delete the Action that calls utcNow(), the error persists. I have to delete the trigger action and recreate it, then it runs fine. Until I call utcNow() again.