Hi experts,
I made a Assembly with a couple of plugins for a Model Driven App in Power Apps. I'm using the Plugin Registration Tool to add plugins/debug them. Everything was working fine until I imported the solution I made to Production. In production Filters were not working. So I tried exporting without Plugin Profiler/ with Profiler... Now in Test environment the filters are also not working.
A example:
I have 2 plugins:
- Fires when training price changes

- Fires when startbudget/startdays of a TraineeBudget gets changed

When I change the comment field of Training Entitie (which is not included in Filter attributes) and save the Training record it fires the first Plugin. This plugin would make changes to the TraineeBudget Entitie, remaining budget field and remaining days field. This causes the second plugin also to fire (while this plugins only would fire on startbudget, startdays).

As you can see the "cref8_opleiding" aka Training fired once. And then "cref8_jaarlijkbudget" fired twice because 2 Trainees were related to the training.
I disabled all workflows to make sure these weren't causing it.. I also tried changing my Plugins from Postoperation to Preoperation to see if this would make any change but filters are still not working. I looked all over the internet to find a solution to my issue but nothing changes..
Best Regards,
Anthony