Hi Monday Team, I’m actually having the same doubt as BraveCarlo on his post
Hi,
I’m trying to create_item with several column values. I can set numeric and people columns fine, but I don’t see documentation for board-relation type in API v2 Documentation . I’ve tried several formats, but all of them fail.
What’s the correct format? Is is even possible to set board-relation when creating new item?
This is the example create_item.column_values parameter I supply (API v2 Documentation ):
column_values: "{"person":"18234018", "connect_boards4":"987172748", "numbers":"1"}" …
and also getting Error 500 when passing for example
value:= “{“linkedPulseIds”:[{“linkedPulseId”:1940396017},{“linkedPulseId”:1940598983}]}”
if I send value:="{}" it works but I want to add linked pulses and not clear them.
He argues he had found the solution in the docs, but the posted link just jumps over to the main documentation.
Thanks for your attention.
kolaai
November 25, 2021, 9:57am
#2
Hello @marioscheel ,
Here is the new documentation for connect columns. Hope this helps.
1 Like
marioscheel:
linkedPulseIds
Yes, it works perfect.
I just have to manage the backslash inside the JSON with adicional backslashs but that is more an issue of the tool that I’m using here. Tks.
1 Like
system
closed
December 2, 2021, 10:21am
#4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.