You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using signal enrichment, e.g. in connections or websockets to receive additional fields to the actually changes ones, it leads to unexpected problems when e.g. selecting the following extraFields:
In this example, {{feature:id}} would also resolve to operationalMode.
We encountered that in such a case, only the first field will be enriched, the features/{{feature:id}}/properties/configuration will be ignored. Changing the order does not make a difference.
The cause is not yet really clear to me - maybe because of the {{feature:id}} placeholder or maybe because configuration/mode is a part of configuration.
Has to be investigated in order to fix.
The text was updated successfully, but these errors were encountered:
When using signal enrichment, e.g. in connections or websockets to receive additional fields to the actually changes ones, it leads to unexpected problems when e.g. selecting the following
extraFields
:In this example,
{{feature:id}}
would also resolve tooperationalMode
.We encountered that in such a case, only the first field will be enriched, the
features/{{feature:id}}/properties/configuration
will be ignored. Changing the order does not make a difference.The cause is not yet really clear to me - maybe because of the
{{feature:id}}
placeholder or maybe becauseconfiguration/mode
is a part ofconfiguration
.Has to be investigated in order to fix.
The text was updated successfully, but these errors were encountered: