It is possibel to set a condition based on wifi network connection?
The device info intergation allows to get different info of the device, I was hoping it woud be possible to set a condition based on the wifi device is using. This would be Inmportant for the organisation for several reasons.
No, I don’t believe that is possible.
I do not think Glide has a builtin condition that can detect which wifi network a user is connected to. As far as I know the device Info integration doesnt expose the wifi SSID for conditions. If your goal is to restrict certain actions to people on your local network, a workaround might be to check their IP address through an external service or use another identifier that fits your setup.