Wondering if there is a way to modify the dataset directly?

Wondering if there is a way to modify the dataset directly? I have tried to assign a new object with dataset.map, but due to some scenario issues, I want to reassign the dataset directly inside the function without changing the other code, I wonder if this is feasible? Is the dataset object a reference that can be modified directly?

1 Like