I'm making an automation, to update the summary field from a single list, but I just keep getting
Operation value must be a string (summary)
The json that I'm using is this:
{
"fields": {
"summary": {
"set": "{{customfieldname}}"
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.