
Carson Young - Red Cliff Labs
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 9
Comments
Recent activity by Carson Young - Red Cliff Labs-
I would do this using a 'For Each' loop and a check variable. For example, start with variable Check = 0 then begin the for each loop and say if the status of the child item collected is equal to ...
-
+1 looking for a way to get the current location (preferably GPS Lat/Long) easily from the Podio IOS Mobile App
-
digging up this old post - my team is looking for a similar solution. Trying to automatically make note of the users current location (GPS Lat/Long) when they hit a certain trigger within Podio. ...
-
My experience is that anytime you use tables with significant amounts of text it does get hard to format them in a 'pretty' way using the available fields. Based on your comment for really hoping ...
-
Hey Tim, I would structure this using calculations that appear such as: var b1 = @Book 1 ? "Book 1: " + @Book 1: "";var b2 = @Book 2 ? "Book 2: " + @Book 2: "";var b3 = @Book 3 ? "Book 3: " + @Boo...
-
Try using something like this: var num = @your_category_field.length ; num == 1 ? 1 : num == 2 ? 2 : ...etc... : null