Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Triggering actions on a table based on events in different table

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 Solved
0 10 340
1 ACCEPTED 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"
)IMG_0678.jpegIMG_0677.jpegIMG_0676.jpegIMG_0674.jpeg

View solution in original post

10 REPLIES 10
Top Labels in this Space