thanks, i tried this approach but i am failing at ...
# general
a
thanks, i tried this approach but i am failing at the point to get current values of other tags i need to subscribe to topics A, B, C and when any changes i want to publish json
Copy code
{
"A": value,
"B": value,
"C": value
}
but the flow triggers when any of A B or C changes and has only one value. How to get other two?