Passing the source input name to a transform #16486
-
Is it possible to pass the source name in a transform?
I just don't know if it's possible to pass the current event's source to the .ddsource tag. I apologize in advance if this was asked before or it's an easy docs search, I couldn't find anything from my own searching. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, We don't store the component name in the event metadata. One way to achieve what you are after could be to have a separate transform for each source, which sets the |
Beta Was this translation helpful? Give feedback.
Hello,
We don't store the component name in the event metadata.
One way to achieve what you are after could be to have a separate transform for each source, which sets the
.ddsource
based on the single input component.