I want my users to take a picture of the cons...

I want my users to take a picture of the construction โ€œtaskโ€ only when the user is within 50 meters of the โ€œsite addressโ€ which was entered while creating the Project. Can this be done?

0 2 316
2 REPLIES 2

You can count the distance if you save the site address as LatLong. Then the formula would be like DISTANCE([SiteAddress],HERE())<0.05. Distance doesnโ€™t work with Address fields.

Thanks.

Top Labels in this Space