Hello. Anyone know how to save/update multiple local!variables in a gridTextCol

Hello. Anyone know how to save/update multiple local!variables in a gridTextColumn's links? I can get it to update one variable (local!theID) like this:

links: apply(a!dynamicLink(value: _, saveInto: local!theID), {local!allIDs})),

But getting it to also save another variable like in the following does not work:

links: apply(a!dynamicLink(value: _, saveInto: {local!theID,a!save(local!subID,-1)}), {local!allIDs})),
...

OriginalPostID-121416

OriginalPostID-121416

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data