Is there any way too Tell if a UIBuilder node has connections

Is there any way too Tell if a UIBuilder node has connections, would like to be able to check in a function or switch?

Utilising a status node set to the uibuilder node to keep track of the number of connections? Otherwise send an outgoing message on connect/disconnect events from the uibuilderfe code and connect your flow to that

1 Like

The 2nd output gives out control messages whenever a client connects or disconnects. Of course, a "client" could be a new device or a new browser/tab/window on the same device.

And, as Lena says, the uibuilder node outputs a status with the number of connected clients and so you can take the status text and process it.

image
image

1 Like

Thank You that was what I wanted

1 Like