1. I have a Bot for the DATA Table sends a notification. when a new DATA record is created.
2. I have a BOT for the TRUCKS table that triggers an Action for rows in the TRUCKS table
3. I need the BOT for TRUCKS to trigger when the BOT for New DATA record is created
Solved! Go to Solution.
I found the solution by redoing the Expression that figures the math sum of the mileage after a specific date the totals sum for the appropriate columns is correct in the app view and the email notifications.
The BOT is triggered in a static column with an expression
IF(
[Miles Since Last Service]>[Service Interval]- 100,"OVERDUE", "OK"
)
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |