Power Automate 设置流Owner不生效的bug

在查找某个功能没生效时,定位到是一个Power automate的流停了,查看原因是因为创建流的owner被disable了

但是当把流的owner更新为可用的用户时,流依旧没被触发,触发的条件很简单,某个表的记录创建时,因为是生产环境,所以给21V提了A level的case。

下方可以修改流的Owner, 我这里已经设置为了crmadmin,即管理员账号

经过多轮teams会议,最终锁定到了流的owner的问题,因为微软工程师后台查询到此流的运行者还是被禁用的账户,也就是说虽然前台改了,但后台数据并没有被更新。我们可以使用下述URL查看, 参数为实体名(即查询注册在这个实体上的触发器)

javascript 复制代码
https://xx.crm.dynamics.cn/api/data/v9.1/callbackregistrations?$filter=entityname%20eq%20%27xx_lead_follow%27

可以看到触发器中的其他属性是可以被更新的,唯独owner无法更新。

知道了问题,当前状况下意味着这个触发器已经废了,需要把它删掉重建,但具体导致这个问题的根本原因还需要微软的工程师继续查询,后续有说法了再来更新。

相关推荐
yueqc16 天前
Kotlin 协程 Flow 操作符总结
kotlin·协程·flow
XeonYu13 天前
Kotlin 协程之 Flow 操作符大全
kotlin·flow·flow 操作符
jzlhll12322 天前
deepseek Kotlin Flow 全面详解
android·kotlin·flow
Vic.Tang1 个月前
Power Automate List Rows使用Fetchxml查询的一个bug
power automate·listrows·key property·null values
XeonYu1 个月前
Kotlin 协程之 Flow 的理解使用及源码解析
kotlin·flow·coroutine
带刺的坐椅2 个月前
轻量级流程编排框架,Solon Flow v3.5.0 发布
java·solon·workflow·flow·solon-flow
Monkey-旭3 个月前
深入理解 Kotlin Flow:异步数据流处理的艺术
android·开发语言·kotlin·响应式编程·flow
Kookoos4 个月前
Dynamics 365 Finance + Power Automate 自动化凭证审核
运维·自动化·dynamics 365·power automate
xiangxiongfly9155 个月前
Android 倒计时总结
android·倒计时·flow·timer·handler·countdowntimer
stevenzqzq5 个月前
kotlin flow的两种SharingStarted策略的区别
android·flow