With the very welcome updates to variables, it would be great if you could access these in more places. At present you can pass variable values via HTTP parameters, but not send these via Tuya, or when configuring another variable.
For example, as a result of an action you can set “variable_1” to the numeric value “15” (at present via Webhooks, but hopefully soon via a new more direct interface), but it would also be great to be able to set it to the value of “variable_2” (or whatever).
And while you can (for example) set the intensity of a bulb via Tuya to (say) “50”, it would be really useful to also be able to set it to the value of “variable_3” (or whatever).
In each of these cases, perhaps it could be possible to add some string parsing to recognise “{{variable_name}}” and substitute the values accordingly?