Hello, first time posting, long time smartsheet users.
I am trying to include the parent row text in my formula but not sure how. My Formula will only pull the text of the CHILDREN but not the parent. I need column "X" to be "BI, Engineering"
=JOIN(DISTINCT(DESCENDANTS([Data Group]@row)), ", ")