We have a data sheet set up within SmartSheet (Sheet A) that feeds off our master sheet (Sheet B) that contains all of the current positions within our company. This automation is set up so whenever a new position is created in Sheet B, it'll auto-feed the position name into Sheet A into Column 28 of the screenshot.
The issue we're running into is that on Sheet A, we also track if the position was reviewed as well as comments and a review date. However, when a new position is added to Sheet B and it auto-feeds to Sheet A, it'll shift all of the comments and everything up a row and skew all of the data.
Is there a way to prevent this or a better way to set this automation up? I currently use this formula to feed the position name into Sheet A from Sheet B for Column28:
=IFERROR(INDEX({Attributes Range 1}, MATCH([Helper Column]@row, {Attributes Range 2}, 0)), "")
I'd use an automation for copying the row but I only need the Title name and not the rest of the information as Sheet B is quite extensive with its data