Differentiate trigger of Any dynamic cardview of Dynamic Components

I use this event for a CardView created with the Dynamic Components extension.
component_event

But in my project, I also have cards created with the native Dynamic Card View component.
component_event (1)

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.

Thanks

Try this
blocks
blocks (1)

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…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.