Trigger after hide bug
Hello,
When using a table with a Tab “Water” (as first field) with a « trigger after hide » action which updates table fields, that works fine.
But when you delete the record, then the Ninox app gets stuck! Most probably because the trigger tries to update a table field which doesn’t exists anymore as deleted.
How to get around this?
4 replies
-
I haven't seen this before. Good job in finding it.
Maybe move the Trigger after hide to Trigger after update of a particular field or the table?
-
Hello,
According to me to solve this problem you need to add a condition to check if the record exists before executing the trigger. This way, the trigger won't attempt to update fields of a deleted record. You can use an if statement to ensure the record is still present before performing any updates.
Thanks
Content aside
-
1
Likes
- 2 mths agoLast active
- 4Replies
- 70Views
-
4
Following