so how can we retrieve this name via analytics builder (ex: using extract property) or via EPL? is it possible? and if yes, which property path name we should use?
The event contains only the id of the device but not the name. Depending on your model you may be able to use the Managed Object Input block to get the name. Make sure to enable “Capture Start Value”. If you are only interested in the name you can configure the “Property Name” parameter to be name. Be aware that changes to the name might trigger the model and if you are using groups make sure you implement the intended triggering behavior.
why this feature should not be turned on if input source is “All inputs”? just because of the potential resources needed when we turn on the model? or something else? if it is just related to resources needed when turning up the model we can do it in non-peak time its fine
additional challenge: after taking the name in the previous step, now we need dynamically insert it as “input source” or an event. We used templates before but templates need to be done statically while our aim is to have this insertion dynamically on value fetch or value change, is it feasible?