Hi there!
I've created and automation that does the following when a record getting updated...
- Watches FIELD A for update (which I do a copy/delete/paste of 50 records to trigger)
- Finds all records where FIELD A contains FIELD A (identical names)
- Updates FIELD F with a list of values FIELD B using FIELD A matches (x50)
- Updates FIELD E with a list of values from FIELD C using filed A matches (x50)
- Updates FIELD G with a list of values from FIELD D using filed A matches (x50)
Here's where I need support figuring the next part out...
Once the above automation runs and I then update 1 record in FIELD A the automation will still run but only tweaking that 1 record accordingly...
- Watches FIELD A for update
- Finds all records where FIELD A contains FIELD A (identical names)
- Updates FIELD F with a list of values FIELD B using FIELD A matches (x1)
- Updates FIELD E with a list of values from FIELD C using filed A matches (x1)
- Updates FIELD G with a list of values from FIELD D using filed A matches (x1)
What I need it to do is rescan all 50 records and adjust FIELD F, FIELD E, FIELD G based on the edits.
So in the attached example if I change record 1 (Test 6) to (Test 5) the automation will update record 1 to add the values from records 5 ...
Record 1 - Value1_Group to CAT and BIRD (added BIRD)
Record 1 - Value2_Group to 0001 and 0005 (added 005)
Record 1 - Value3_Group to Skates (no change)
I also want it to also rescan all the records and update accordingly so in this case records 5 would get the new record 1 group values
Record 5 - Value1_Group to CAT and BIRD (added CAT)
Record 5 - Value2_Group to 0001 and 0005 (added 001)
Record 5 - Value3_Group to Skates (added Skates)
Screenshots of first bulk record update and 2nd with only record 1 update for demo purposes.