How to update an object via formula

I’m trying to update an object variable in a workflow. I’m having trouble, and believe it’s the syntax I’m using. I want to update the 4 fields in the object. When I test it, only one field updates. It’s always the last field. I was trying to use the documentation, but it doesn’t reference this specific case. Any help is appreciated, thank you!

image

image

You need to return a single object:

{
twitter: yourValue,
discord: yourValue,
website: yourValue,
description: yourValue
}
2 Likes

You’re a wizard

1 Like