I have to update the column name from the user input, I can't update it before the table tool because I have to apply the formula on that column.
Example:
I have to change the CCY to the currency entered by the user
Input for table tool:
| Fund | Cost CCY | | Post CCY |
| ABC | 123 | | 145 |
| BDC | 345 | | 456 |
If the user inputs EUR it should replace CCY with EUR in table tool or after table tool
| Fund | Cost EUR | | Post EUR |
| ABC | 123 | | 145 |
| BDC | 345 | | 456 |