Unable to create item in podio with python library.

Answered

Comments

1 comment

  • Andreas Haugstrup Pedersen

    The item field values should be sent under the fields key. I haven't used the Python lib in a long time, but try this:

    c.Item.create(11588191, {"fields" : {"company-name": "samplevalue"}})
    
    1
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk