最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

microsoft dynamics - Power Automate: filter rows expression in List Rows step to get rows owned by current user - Stack Overflow

programmeradmin0浏览0评论

I have a Dataverse step in my Power Automate flow where I am getting all Accounts owned by the current user. However, I am struggling to write the expression in the filter rows section to accomplish that. I wrote

_ownerid_value eq triggerOutputs()?['body/_ownerid_value']

as one of my attempts but the right side of the expression comes up null every time. Has anyone tried this and had success?

ownerid is the lookup field on the entity I am doing list rows on, and the lookup entity is type Account

I have a Dataverse step in my Power Automate flow where I am getting all Accounts owned by the current user. However, I am struggling to write the expression in the filter rows section to accomplish that. I wrote

_ownerid_value eq triggerOutputs()?['body/_ownerid_value']

as one of my attempts but the right side of the expression comes up null every time. Has anyone tried this and had success?

ownerid is the lookup field on the entity I am doing list rows on, and the lookup entity is type Account

Share Improve this question edited Feb 5 at 17:14 Sumit 1,1191 gold badge13 silver badges30 bronze badges asked Feb 5 at 15:35 Edward ChoEdward Cho 33 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Did you try putting the expression after eq in upper brackets ''? Should look something like :

_ownerid_value eq 'triggerOutputs()?['body/_ownerid_value']'

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论