Logic App CDS connector - Trigger fires on fields not specified in attribute list. During bulk CRM Update

Anonymous
2020-06-24T22:26:07.79+00:00

Hi

I have a logic app which starts with a CDS On Entity Update trigger.
The trigger is against the Contact Entity in CRM.
The trigger also specifies a list of 60 attributes filters that it should ONLY trigger on. The contact entity has over 500 attributes.

The behavior I am seeing currently is that when we do a bulk data load into CRM against records in the Contact entity, and that data load is on fields which ARE NOT in my list of attributes on the trigger, the trigger still fires and the logic app runs. But if I was to update a field (not in the attribute list) manually through the CRM UI, the logic app doesn't trigger which is how it should behave.

I am a little confused now as to why the logic app trigger fires when fields not included in the trigger attribute list, are part of a bulk update against the entity in CRM.

Has anyone else seen this behavior before?

And even though I think I know the answer, but is there away to see at the logic app end, why it thinks it triggered?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2020-07-10T15:32:19.497+00:00

    This transpired to be that be related to boolean attributes in CRM. If you do an 'update' using an API and you are updating a boolean with the value it already has, so true to true, then CRM doesn't record that in the Audit against that record. It records other data types when they are updated with the same value, but not boolean's for some reason.

    So what was happening is that there are booleans in our trigger, but because it didn't look like the field was update, by looking at the record audit, we didn't know it was the boolean field causing the trigger.

    Annoying but good to know.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful