Automation in Blynk 2.0

Hello,
I would like to rebuild the old bridge solution with new Automation.
My target is that during execution I “trigger” with SW (previous I call : bridge.virtualWrite(…) that data is transmitted to the bridged device.
In new Automation I can’t find this way.
I would like e.g. use a variable or virtualpin which triggers the Automation but what can I find so far is just that the variable itself can be evaluated as trigger event - is this right or how I can select a trigger variable for other datastreams ?

If you’re using Automations for this then it’s all based on the value of the datastream which is being transmitted. You can’t trigger the process from another datastream as far as I’m aware.

There are other potential solutions, depending on which hardware you are using, but you’ve not shared that information when you created your post.

Pete.

Thanks Pete

I have not found this possibilityso far- any advice from your side ?
Both HW boards are Teensy 4.0 and 4.1

A variety of options in the liks in this post…

Pete.

Did you check forward automation - Forward Device Data - Blynk Documentation?

exactly that the issue- only the triggered value can be assigned to another datastream not another one