-
Beta Was this translation helpful? Give feedback.
Answered by
vaskoZGU
Feb 1, 2025
Replies: 1 comment
-
Here’s how I resolved my problem, which may be helpful for others facing the same issue:
In the conditional action, I used the following JavaScript script: return $("Action 1.Query result")?.data?.[0]?.["Not Equal"]; This approach triggers a warning notification if the comparison_result column has the value "Not Equal"! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vaskoZGU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here’s how I resolved my problem, which may be helpful for others facing the same issue:
I created a MySQL recurring event to perform the calculation and save the results in a separate table.
In BB, I created a MySQL query to check this table with the following command:
I added an "Interval" element that triggers the following 3 actions every 60 seconds:
In the conditional action, I used the following JavaScript script: