Forum Discussion
JGG
5 years agoHelper I
Rename column
Hi, I can see this topic has been discussed before but I don't find a solution for it. I needed to update a column name in my source file (I have multiple file in Sharepoint as source files) and did ...
Icey
5 years agoCommunity Support
Hi JGG ,
1. Please check if the column name in all steps has been updated to the new name.
2. Please try to use Table.Buffer function after the rename step to buffer the table in memory, isolating it from external changes during evaluation.
ex:
= Table.Buffer(#"Renamed Columns" as table)
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.