Released on January 31, 2021
A new function in the API let you push values to a free WBS column in just a few milliseconds. You just have to provide the function with a dictionary(of string, object) containing the Hex identifiers of the tasks and the values to be pushed.
SetAllFieldsValuesToFreeColumn(ColumnName As String, HexIndexesWithValues As Dictionary(Of String, Object), EmptyMissing As Boolean, WriteToBranches As Boolean, WriteToTotals As Boolean)
You can tell (EmptyMissing parameter) whether you want to overwrite tasks which are not provided in the dictionary. For the branches, you can decide where you want to write (top, bottom or both).