How can I access node that have dynamic id value using Polymer node finding by id?
For example
You can use $ like a hash:
$
id = 'computed_element_id'; this.$[id];