The rule machine doesn't give me the ability to manage strings very well. I would like to create some code in groovy to do that for me. I don't want to recreate everything, just manage the strings. Is there a way to do this or do I have to manipulate it in the driver?
If you're looking to create an automation, an app is a better choice than a driver -- unless maybe your automation just involves a virtual device and you'd like to move the logic manipulating some settable attribute on that from a rule to the driver itself.
Either way, I suppose you could do it either way that you suggest or anywhere in between. But if you're writing an app (or driver) at all, I'd think it would be easiest to just do all the work there.
It's hard to say more without knowing exactly what you want to do. Can you share more information so people can suggest more specific ideas?
1 Like