
Carson Young - Red Cliff Labs
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 9
Activity overview
Latest activity by Carson Young - Red Cliff Labs-
Carson Young - Red Cliff Labs commented,
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 ...
-
Carson Young - Red Cliff Labs commented,
+1 looking for a way to get the current location (preferably GPS Lat/Long) easily from the Podio IOS Mobile App
-
Carson Young - Red Cliff Labs commented,
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. ...
-
Carson Young - Red Cliff Labs commented,
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 ...
-
Carson Young - Red Cliff Labs commented,
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...
-
Carson Young - Red Cliff Labs created a post,
Ability to import without overwriting existing TAGS
Looking for the ability to choose if TAGS are replaced or append to existing when importing new data.There have been many situations where we import data from another source that did not originally...
-
Carson Young - Red Cliff Labs commented,
Try using something like this: var num = @your_category_field.length ; num == 1 ? 1 : num == 2 ? 2 : ...etc... : null