I have a board that holds group templates - let’s call this Source Board. In the Source Board, some items have dependencies. Through other automations, the specific group is duplicated to the Target Board.
However, I am not sure how to map the dependencies from the Source Board to the new group using the pre-built modules. The module “Update Column Values of a Specific Item” doesn’t seen to recognize the “dependent_on” column ID.
I’m pretty sure I need to do this by executing a GraphQL Query? I would appreciate some advice to point me in the right direction or to work with someone to set this up.
Here’s how the end state would ultimately function:
SOURCE BOARD
Group 1
Item A
Item B - Depends on Item A
Item C - Depends on Item B
TARGET BOARD
Group 1 (copy)
Item A (copy)
Item B (copy) - Depends on Item A (copy)
Item C (copy) - Depends on Item B (copy)
Thank you!