mattschM
BuildShip3y ago
8 replies
mattsch

Looking for some advice I want to use a

Looking for some advice. I want to use a task extension to update multiple columns on a row, but it's not obviously documented. There's a
change
param that I can use, but the type is
any
so I'm unsure how I should use it. If I want to update multiple columns, should I do something like add the new/updated columns as properties to
change
then do
ref.update(change)
within the extension?
Was this page helpful?