Hi there,
We are combining Forms and Flow to create electronic proof of delivery solution when the product is delivered to customers.
The idea is like this
1. Driver open proof of delivery form (based on Microsoft Form) on mobile device - input all information into the form
2. Microsoft Flow triggered and it saves information from form into SQL database on cloud.
- We need GPS location when the driver click submit form to be stamped into SQL database.
Currently, I can only get current mobile device location using Buttons trigger. But MS Form cannot be triggered by Flow. MS Form can only trigger the flow.
So, I cannot mixes these together to get GPS location stamped after Form is submitted.
I tried to integrate with Bing Map service, but seems like the API only return result based on available dynamic variables in the Flow, which does not have location information.
Any other option that can achive this requirement? Thanks!