Can I wildcard a Tag Value in a Device State Trigger?
For instance, if I have fleets that all have ‘- US’ in their tag ‘fleet’, can I have a Key of ‘fleet’ and a Tag Value of something like ‘* - US’?
I could absolutely trigger on all of them an sift it out in the workflow, just interested.
Hi @Jason_Walton,
No, unfortunately, there is no way to do that. In order to use the device state trigger it has to be exact matches on either device tag key or value.
For now you will either have to trigger off fleet
and then filter on the device tag value in the next node of the workflow like you said or, you could add a new tag key to the devices such that the value is US
.
Hope this helps,
Erin
1 Like
I’ve done exactly that. I like the idea of a tag that simply indicates the region instead of depending on it to be in the fleet name.
1 Like