Hi,
I want to know how to get metadata of an image (like geolocation containing latitude and longitude). Is there a way to get it at all?
Discussion posts and replies are publicly visible
As Harshit mentioned, there is no possibility to get the metadata direct from the photo.But what you can get is the geolocation of the task with which the photo was uploaded. https://docs.appian.com/suite/help/23.1/Configuring_the_User_Input_Task.html#capturing-task-submission-location
So this can be utilized as a work around: Assigning a task where the user has to upload a photo taken with his camera on the spot.The geolocation will be available as an attribute in the task.
Maybe that helps.