Suggestion for revision number control

Hi Everyone,

I have an app wherein I need to control the revision number whenever someone edits the details of that row item. This works well by comparing [_THISROW_BEFORE] <> [_THISROW_AFTER] using an automation.

However I came across on an issue wherein I am also required to add another count to the revision number if there are changes to its reference table (ie. there is an addition to the list of contacts)

Any suggestions that can help me breeze through this issue?

0 4 116
4 REPLIES 4

Rhage_0-1699863141229.png

The goal is to add 1 on the revision number if the list below has additions/deductions/updated

Rhage_1-1699863488377.png

 

Triggering another Bot from the child table and then update the revision in the parent record is probably the best way to do it.

Thanks @AleksiAlkio, what type bot should be the best to do this? 

With the "Run action on rows" you can trigger an update action on your parent table.

Top Labels in this Space