
Tom Urbanowicz
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 18
Posts
Recent activity by Tom Urbanowicz-
Podio Status not showing Problem but..... We're sorry, but something went wrong.
http://status.globiflow.com/ http://status.podio.com/ These both look like systems are fine, but we're down here with the Uh-oh, We're sorry, but something went wrong. Anyone else experiencing this...
-
Calculated field for external URL
We have an app, where each item contains a field for a website URL and a calculated field. The calculated field needs to open that external URL 'silently, in the background' and then read through t...
-
Making a More Complicated Filtered View
I have a CRM app that tracks customers' progress in a sales pipeline (e.g., research, interested, objections, signed). Every time the salesperson changes the pipeline status, a log entry is created...
-
Count # of Related Items *and* filter by date
I know how to count the # of related items in a calculated field. https://help.podio.com/hc/en-us/community/posts/202262898-Count-of-related-items-in-calculation-field How do I count the # of rela...
-
How do I use the API to unsubscribe a user from an item?
Using the Ruby API, I need to unsubscribe a user from hundreds of items. However, I am receiving an error. For the un*subscribe, this call is producing an error: * Podio::Subscription.delete(30...
-
Help Please to Use Update Item Reference
Using Ruby, I'm trying to update a relationship field in an item by adding a reference to another item. I think the call I need is here in update_reference. https://developers.podio.com/doc/items/u...
-
Table within an App's Text field
Can anyone share 'secret sauce' for making something that looks like a table within a multi-line Text field or Calculated fields? (NOTE: I'm not looking for markup in the Comments/Status). I'm comf...
-
Simple example of filtering in Ruby using find_by_filter_values
Can someone please provide an example in Ruby using "find_by_filter_values" based on a field_id of "Organization Name" and with a limit of 100? I'm just plain stuck and not finding much in the way ...
-
Need to pre-populate a webform with existing values using the API
Hoping someone has solved this problem... I have a webform and I'm using the Ruby API. My workflow is that after a user completes some of the fields and submits the form, the user needs to return t...