Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created November 22, 2021 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/35b16243c84118f80f380f8f5120e32e to your computer and use it in GitHub Desktop.
Save expiscornovus/35b16243c84118f80f380f8f5120e32e to your computer and use it in GitHub Desktop.
Custom Row Action Set Value of MultiUser field with AppendTo
{
"elmType": "button",
"customRowAction": {
"action": "setValue",
"actionInput": {
"Text": "Update",
"PeopleWhoRegistered": "=appendTo([$PeopleWhoRegistered], @me)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment