Hey all,
I am stumped and looking for some help. Here's the situation; I have linked record called subgroups (a string with an integer i.e. Pacific 6) that will be occasionally updated when the person is moved to a new subgroup. I want to keep a running record of each group a person has ever been in, so if they are in subgroup X, then moved to subgroup Y, then moved to subgroup Z, the record keeping cell would now contain "subgroup X, subgroup Y, subgroup Z" but I cannot figure out how to append the new information each time a record is updated instead of replacing or concatenating with just one other record. My automations keep failing but I am really green with automations so I'm not sure if it's even being built correctly.
So far, I've tried the following:
- Using a formula with a change trigger in the form of a I/O single select and reference cell with the original group (called orig) - IF( Select ="Changed", Subgroup & ", " & Orig)
- This just leads to a record with the original and current subgroups, not the legacy record.
- An automation that runs something like this - when a record is updated (subgroup - should this be the original field and not the linked?), find record (subgroup), update record (legacy group)
- Same issue, replaces the record instead of appending and creating a longer string.
Any advice or suggestions on how to achieve an appended list of subgroups as they are updated?
Thanks in advance to anyone who takes the time to read this and help out!