Hello,
is there an easy way to avoid multiple toast messages with identical content?
Info messages will be closed by autoclose, which is fine, but error messages have to be manually closed by the user. If we got a (for example) communication problem, there will be an error toast every few seconds which will spam the UI over time.
The implementation is done similar to the javascript example from the documentation (Toast | Siemens Industrial Experience)
thanks in advance
Tobias