
Ganesh Shankar
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
Activity overview
Latest activity by Ganesh Shankar-
Ganesh Shankar commented,
Hi try @varabile + ' ';
-
Ganesh Shankar created a post,
How increase rate limits for API?
https://developers.podio.com/index/limits Hi, Is there a way to increase my rate limits with respect to API calls? , is there a pricing model? it would be great if Podio can help me. Thanks Ganesh
-
Ganesh Shankar created a post,
Calculaton displaying error as "Too Deep"
The calculation for field app is too deep. You can not have calculations that depend on more than 10 other fields.
-
Ganesh Shankar created a post,
Search Contacts thorugh API
Podio contact query bug is still there, run following cmdline under linux/osx console env: curl -H "Authorization: Bearer 25a308c2454c4f2d92dcaf99933aa19a" 'https://api.podio.com/contact/?exclude...
-
Ganesh Shankar created a post,
How to see App structure changes
HI, is there a way to find app structure changes done to an app? i understand that we can see the changes made to an app item using activity. Regards Ganesh
-
Ganesh Shankar commented,
Found the answer :), thanks
-
Ganesh Shankar commented,
Hi you can use the simple if logic to answer your question. example if(@project status == "awaiting approval" ) { a = @category value; } else { a=@category value'; } Regards Ganesh
-
Ganesh Shankar created a post,
How to truncate a text value?
I need a cal field to truncate a long text i tried using the substring() method but in vain , the calc field throws an error " un indentified error" . It would be great if we get a list of func...
-
Ganesh Shankar commented,
Hi Emma, Try putting a unqiue title name for the app which you are going to refer in the calc field. Thanks Ganesh
-
Ganesh Shankar created a post,
How to get the infor of API request Limit
is there a way to find out how many request have been sent or APi request used ? A kind of dashboard where we can monitor the request for podio api