Hi! I would like to create a button that adds multiple rows from a template table to a masterlist table but will also copy over their exact values in all the columns. If anyone could help, that would be greatly appreciated!
The use of ToText is very situational and breaks any formatting and relationship value it might hold.
I have removed all references of ToText().
You also kept using CurrentValue on its own for every value. CurrentValue in this FormulaMap is a Row and you need to treat it as such. For example to get the Stage it needs to be CurrentValue.Stage indicating which column on the row being precessed that you want to retrieve the value from.