
Ciao
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 6
Posts
Recent activity by Ciao-
Calculation field only detecting one of the apps in Relationship Field
I have a Calculation field with two variables, one of them pointing to a Relationship Field. The problem that I'm having is, there are two apps referenced by this Relationship Field (App1 and App2)...
-
Date not correct time zone despite using moment...
Based on the previous posts in here, created a Calculation field that combines Title and Date, here's the formula: @Title+ " " + moment(@Date).tz("America/Vancouver").toDate() Unfortunately the res...