web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Dataverse Update/Creat...
Power Apps
Unanswered

Dataverse Update/Create trigger breaks after editing the filteringattributes

(0) ShareShare
ReportReport
Posted on by 2

Editing the filteringattributes in an existing Dataverse Update/Create trigger breaks the Update part of the trigger. Replicating the behaviour should be fairly easy. First create a regular trigger without any optional attributes.

 

{
 "inputs": {
 "host": {
 "connectionName": "shared_commondataserviceforapps",
 "operationId": "SubscribeWebhookTrigger",
 "apiId": "/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps"
 },
 "parameters": {
 "subscriptionRequest/message": 4,
 "subscriptionRequest/entityname": "phonecall",
 "subscriptionRequest/scope": 4
 },
 "authentication": "@parameters('$authentication')"
 }
}

 

 

In my case I used the phonecall entity. Creating a new phonecall and closing the the phonecall correctly triggers one create and one update flow run. After that I edited the existing trigger and added a new filteringattribute.

 

{
 "inputs": {
 "host": {
 "connectionName": "shared_commondataserviceforapps",
 "operationId": "SubscribeWebhookTrigger",
 "apiId": "/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps"
 },
 "parameters": {
 "subscriptionRequest/message": 4,
 "subscriptionRequest/entityname": "phonecall",
 "subscriptionRequest/scope": 4,
 "subscriptionRequest/filteringattributes": "actualend"
 },
 "authentication": "@parameters('$authentication')"
 },
 "metadata": {
 "operationMetadataId": "075318e8-eb44-46df-a2c9-3c2f2ce4a8f8"
 }
}

 

Counterintuitively it now only triggers during the creation of a phonecall. Updates are never triggered. That includes closing the phonecall and just changing some irrelevant fields. Now edit the trigger again and remove the previously added filteringattribute.

 

{
 "inputs": {
 "host": {
 "connectionName": "shared_commondataserviceforapps",
 "operationId": "SubscribeWebhookTrigger",
 "apiId": "/providers/Microsoft.PowerApps/apis/shared_commondataserviceforapps"
 },
 "parameters": {
 "subscriptionRequest/message": 4,
 "subscriptionRequest/entityname": "phonecall",
 "subscriptionRequest/scope": 4
 },
 "authentication": "@parameters('$authentication')"
 },
 "metadata": {
 "operationMetadataId": "075318e8-eb44-46df-a2c9-3c2f2ce4a8f8"
 }
}

 

Now it triggers neither on create nor on an update operation. The only difference to the working configuration is the existence of the metadata. Is there some mistake I am making in my process? Or is this working as intended?

 

Kind regards

MG

I have the same question (0)
  • cchannon Profile Picture
    4,702 Moderator on at

    This is a Logic App?

  • SKDY_MG Profile Picture
    2 on at

    Depends on what difference matters here. It is a Microsoft Flow located in a Power Apps environment. If my understanding is correct, then Flow is build on top of Logic Apps so technically yes but also no.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard