My specific problem is referencing a line item by name from another module using a text value as the name. For example, if the line item is "1011" in module "Module A", how can I reference this line item dynamically within another module "Module B" using a separate input that matches "1011".
In excel, I could use the INDIRECT function to create cell references that take values from other cells dynamically and returns the contents of the cells being referred. I'm looking to understand how this can be done in Anaplan.