I would like to make request to notion API via request node to change db props (notion node does not support this action yet)
Ref: Update database
Where I should put data? Is it body’s field?
Also, how can I generate the structure since there are obj in obj in array in obj I cannot figure this out, I tried like that:
But unfortunately SET node response ERROR:Expression is not valid: Unexpected token ‘]’ [Error in parameter: “values.string”]
Thanks in advance!