Hi,
I am trying to trigger a flow when a user is added to a dataverse team. The following many to many relationship is present between users and teams. I am then attempting to use the relationship table 'teammembership' in a 'when a row is added' dataverse trigger in my flow, however the flow never seems to trigger.


I have created another basic flow with a get row by id on a user record to test the association 'teammembership_association' shown below. I can see the teams the user is a part of being returned in the JSON response. The user in question below is a member of 3 teams. Is there any reason why this trigger is not working as I am expecting?

