Hello ,
I'm encountering an issue where an attribute is not updating as expected. This happens with several analyses I'm working with, here's an example.
Issue Description:
- Analysis Setup: I have an analysis configured with the following expressions:


It used to be a single analysis but I divided in two for troubleshooting purposes.
- Execution Frequency: The first analysis is set to execute every minute and the second is event-triggered.
- Expected Behavior: The AvisoTiempoCambio attribute should change its value based on the FlagTiempoExcedido condition – it should be 2 when FlagTiempoExcedido is True and 1 when it's False.
- Current Issue: Despite FlagTiempoExcedido being set to True, the AvisoTiempoCambio attribute is not updating to 2 and remains at 1 even when evaluating shows the correct value.
Troubleshooting Steps Taken:
- Tried Event-Triggered and Periodic (1 min)
- Checked PI Tag configuration

- Deleted and created again the PI Tag on Point Builder
- Divided the analysis in two analyses
I tried many things but this problem always comes back, I'll appreciate any suggestions.
Thank you.