如何在Power Automate中尝试捕获?(类似于try catch)
我有一个Power Automate过程(云,而不是桌面),它工作得很好,但有时会失败。
当我的进程失败时,我想得到一些通知。该怎么做呢?
发布于 2021-03-31 21:12:17
对于使用Scope控制块的社区中的Try.. catch.. finally,有一些推荐的模式。Read more
Scope
Try.. catch.. finally
https://stackoverflow.com/questions/66880382
相似问题