How to Move an Item to another Group

All board items belong to a group in monday.com. What if you want to move it to another group of the same board?

Solution

It is simple. In the list of board columns which pops up when we type { in the Formula Editor, there is a virtual column called Item Group. All we need to do is assign it the destination group. For this, we use the GETGROUP function.

1:{Item Group}=GETGROUP("Group B")

When you save the formula, the Advanced Formula Booster records the identifier of the group, not its name. So if you happen to rename the group in monday.com, the formula will keep working. If you reopen the formula in the Formula Editor after renaming the group, the new name will appear in the formula.