I have a cloud flow that is scheduled to run every hour.
Occasionally I work on a support request that requires a dynamics record to be updated via C# code, but the support call can't be finished until that cloud flow has then run. I can either wait an hour or manually find the cloud flow and run it.
So I'm looking for a way to run a scheduled flow on demand using C# code. I can do it in the browser, so logically I should be able to do it in code. Any suggestions?