
Jakob Pulczynski
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
Activity overview
Latest activity by Jakob Pulczynski-
Jakob Pulczynski commented,
Hi Kevin, Try adding slash in the end of url /app/top/
-
Jakob Pulczynski commented,
Hi Aaron, The API you mentioned is intended to export application as csv/excel files, and is sadly not supported by Python client. In most cases I would suggest using Application.get_items anyway -...
-
Jakob Pulczynski commented,
Hi Eduardo, Intention of this forum is to support programmers using our API. You have better chances of getting your answer on general product forum https://help.podio.com/hc/en-us/community/topics...
-
Jakob Pulczynski commented,
Hey KMT, Please see answer in https://help.podio.com/hc/en-us/community/posts/209345788-PodioItem-calculate-appears-to-only-return-15-groups-when-grouping-is-used
-
Jakob Pulczynski commented,
Hey KMT, The default limit for amount of returned groups is 15. This can be changed by providing optional parameter "limit", up to 100.
-
Jakob Pulczynski commented,
PodioItem::update expects full item status (not only updated field values). In that case error is caused by missing values in some of the other fields (the one you did not provide) - most likely Du...
-
Jakob Pulczynski commented,
Hi Ria, Sorry to hear about Podio expert leaving :( Its hard to help without knowing all the details. It might be good idea to use Carl-Fredrik help to nail down the problem. Kind regards, Jakob
-
Jakob Pulczynski commented,
Hey David, Definitely you can add multiple related items! Items should be provided as list of dictionary/hashes of values, f.ex: field_name :[{value: 1}, {value: 2}, {value: 3}] where 1, 2, 3 are i...
-
Jakob Pulczynski commented,
Hey heyjobs, I can see you already have url of the picture that needs to be embedded. You can provide :url => URL instead of :file =>, f.ex" Podio::Item.create( APP_ID, :fields => { :title => "Sa...
-
Jakob Pulczynski commented,
Hi Kees, Please make sure you are using "item_id", not an "external_item_id" in your example. You can check it in item "Action" menu as on attached images. If that does not help - please provide e...