Power Apps Geofencing Using Geospatial Component

Поделиться
HTML-код
  • Опубликовано: 11 июл 2024
  • Power Apps Permissions using Geospatial component
    Hey Everyone,
    In this video, we will take a look at how to apply geofencing i.e. a border line around a location based on your location using the Power Apps built-in geolocation feature.
    Table of contents
    Introduction
    Power Apps Travel App Using Geospatial Control 01:01
    Overview of the canvas apps 02:00
    Review the data source 02:22
    Latitude and longitude 04:03
    Design and formulas 08:04
    - Connection strength 08:49
    - Filtering the gallery 10:11
    - App OnStart 11:17
    - Filter the gallery 12:29
    - Add a notification 14:07
    Admin screen settings 16:40
    Adding current geolocation 18:10
    Conclusion 19:12
    Helpful link(s)
    Power Apps Travel App using Geospatial Controls - • Power Apps Travel App ...
    learn.microsoft.com/en-us/pow...
    www.microsoft.com/en-us/about...
    www.gps-coordinates.net/
    #PowerApps #Geolocation #geofencing #powerplatform #canvasapps
    Contact information:
    Twitter: / dchristian19
    Facebook: / www1.christianfamily.biz
    Instagram: / dan.christian.33
    LinkedIn: / danchristian19
    Join this channel to get access to perks:
    www.youtube.com/@DanielChrist...
  • НаукаНаука

Комментарии • 6

  • @julien8979
    @julien8979 10 месяцев назад

    Greetings Daniel! Thank you so much for taking my comments into consideration and making the video. It is really helpful. I will add a few more ideas/features that we can include in the app in the future.
    1. It is good to display a circle within a given radius and center.
    2. A scenario that might happen when the user loses his connectivity. How can we track the last location that he was in?
    3. Tracking of the geofence events automatically by a workflow to indicate if he is Inside/Outside the area.(Without user interaction) (The hard part of that is to check if we can trigger a flow on moving from location based on the radius specified for the user)
    In another scenario, On stop after moving we should also add an event as the resource might stop in a location to take a break before moving to the destination location.
    4. Real-time tracking of the user's movement through a map view.
    I know those will take a lot of work but having a playlist to cover them is worth helping any member. Thank you again!!

  • @kunle4sanya
    @kunle4sanya 10 месяцев назад +1

    Awesome.. didn't know I missed the travel app tutor.
    Heading to it rightaway

  • @ronbakker1300
    @ronbakker1300 10 месяцев назад +1

    Thanks Daniel. So cool, I'll be using this for my motorhome app.

  • @mdhidayat5706
    @mdhidayat5706 21 день назад

    omg, how did i not know this.
    just found out that codes can be commented out using "/* Some Code */". 10:46 mark.
    have been inserting "//" for each line to comment the codes out. 😅