
Joel Ordesky
- Total activity 93
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
Activity overview
Latest activity by Joel Ordesky-
Joel Ordesky commented,
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...
-
Joel Ordesky commented,
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 ...
-
Joel Ordesky commented,
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...
-
Joel Ordesky commented,
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...
-
Joel Ordesky commented,
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.
-
Joel Ordesky commented,
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...
-
Joel Ordesky commented,
I know you already have a pending Podio Partner Request with me however there are ways to display call / SMS history via Calculation fields and you can write flows too display the info you wish in ...
-
Joel Ordesky commented,
It is possible to count weekdays but probably not business days (meaning excluding holidays). For Calc you would need a JavaScript formula that looked at if the days were Monday through Friday and...
-
Joel Ordesky commented,
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...
-
Joel Ordesky commented,
Marc: the spontaneous logout is a known bug and is being worked on. Admin & David: There is a feature request for organization-wide enforcement of 2FA.