This one should be an easy one for you guys:
What would be the correct variable syntax below in place of the static [4] tag that matches the condition regardless of tag/options’ order (as sensType will not always be the #4 option)?
Thx,

This one should be an easy one for you guys:
What would be the correct variable syntax below in place of the static [4] tag that matches the condition regardless of tag/options’ order (as sensType will not always be the #4 option)?
Hi @Jose_Cruz,
Given that you have no two tags with the same name, we have an option for this using the Device: Get Node. It’s called “Return tags as an object map instead of an array” and will allow you to reference this tag as:
{{working.device.tags.senType}}
More info:
Happy to answer more