
Joel Ordesky
- Total activity 92
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 40
Comments
Votes on activity by Joel Ordesky-
This should work assuming that it is always missed call from and Voice Mail from. Now if the VM version is Voicemail From then you need to add an if statement to sense if A[0] is voicemail and if s...
-
Khang,There are at least two URL's for calling a Podio items. You are describing the method you see Podio using in system which leverages the shorter app item id or @unique id.Mike's method is leve...
-
Email and phone fields are object arrays. at the very least you need to @all of email.map(function (obj) { return obj.value}) try: var b="";var email = @All of email; I use the code below to grab...
-
Sean, the way you are using moment() will not work as Calculation fields only update when something in the changes and so your time stays static for the most part. Rainer has written the following...
-
I see calc fields get hung up occasionally this happens at times when the system has a spike on the "Background tasks: data export, import and calculations" chart on the status.podio.com page. Obv...
-
You can setup a webhook from CallRail to Podio WorkFlow Automation and then process the webhook data with searches.You will need to simplify the phone numbers both in the searched app and based on ...
-
There are a few ways to do this, but this is a simplistic approach:If you add a single line text field that holds a single number (Team Seq Num). In PWA make a variable that is: rand(1,max) where m...
-
Throttling with no notification and no way to detect said notification is a system flaw that needs to be fixed. Ultimately the Admin of the workspace need to be notified. It also would be good to s...
-
So if you place a check boxClick on it and then make sure set it as a merge field. You will then in PWA feed a "1" I believe for it to be checked.
-
Frank, there are two methods to interact with RightSignature via Podio's Workflow Automation. Method one is using a RightSignature template as documented here: https://workflow-automation.podio.com...