I use this event for a CardView created with the Dynamic Components extension.
But in my project, I also have cards created with the native Dynamic Card View component.
How to circumvent or treat this trigger of the Dynamic Components card that fires together with the trigger of the card of the native component Dynamic Card View?
That is, I need to know when it is one or the other that triggers, to avoid executing the wrong procedures in the sequence.
You can determine if a component is created using dynamic components extension:
You can also use the same way to determine if a component is created using kodular dynamic components, but you would need to store all if the dynamic components created using kodular dynamic components, then check if the component is in the list…