Forum Discussion
Problem with Reflex (Data Activator): no triggering
- Anonymous2 years ago
Hi XCT
Here are a few steps and considerations to help resolve the issue:
-
Check the Reflex Configuration: Ensure that the reflex is correctly configured to monitor changes as expected. Remember, after creating a reflex, you need to populate it with your data and ensure it's correctly monitoring for conditions. For more information on setting up reflexes, refer to the Get started using Data Activator - Microsoft Fabric | Microsoft Learn.
-
Verify the Trigger Conditions: Review the conditions set for triggering the action. It's crucial that the conditions accurately reflect the changes you expect to detect in your KPI. For more details on creating triggers in design mode, see Teams activity - Microsoft Fabric | Microsoft Learn.
Best Regards,
Jayleny
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
-
- 2 years ago
XCT , sorry for the late reply. The reason your trigger is only firing once during that range is that your condition is set to "becomes greater than zero". This means that the trigger will fire only when the value was greater than zero at time t, then becomes greater than zero at time t+1. If you want the trigger to fire continuously while your value is greater than zero, then you can do this by changing your trigger condition to "is greater than zero."
XCT , sorry for the late reply. The reason your trigger is only firing once during that range is that your condition is set to "becomes greater than zero". This means that the trigger will fire only when the value was greater than zero at time t, then becomes greater than zero at time t+1. If you want the trigger to fire continuously while your value is greater than zero, then you can do this by changing your trigger condition to "is greater than zero."