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

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 774 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 335 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 248

Last 30 days Overall leaderboard