M365 Tech Help
M365 Tech Help
  • Видео 258
  • Просмотров 1 910 016
Power App - Create MS Teams Conference call directly into Power Apps
This video explains how you can create direct MS teams online meeting from Power Apps screen using MS Graph API without writing MS flow or power automate.
This video also explains how to create a custom connector quickly from scratch to enable MS Graph End Point call
Sample call for on Power Apps button for your quick reference with date format conversion
--------------------------
Set(response,customteams.ScheduleMeeting({'Content-Type':"application/json",
startDateTime:Text(
DatePicker1.SelectedDate,
"[$-en-US]yyyy-mm-dd"
)
& "T" &
Text(
Now(),
"[$-en-US]HH:mm:ss"
) &
".000000-07:00"
,
endDateTime:Text(
DatePicker1_1.SelectedDate,
"[$-en-US]yyyy-mm-dd"
)
& "T" &
Text(
Now(),
"[$-en-US]HH:mm:ss"
) ...
Просмотров: 739

Видео

Power Apps - Modern Control (Table , Toolbar and Form Control)
Просмотров 1,4 тыс.День назад
This video explains how to use Modern Power Apps controls. Video explains usage of Table control and Toolbar control in Power Apps. This video also explain how to build Form control as pop up. Watch full video to understand step by step process.
PowerApps - Azure Open AI GPT models with Power Automate & Power Apps
Просмотров 48614 дней назад
This video explains how to create Azure open Deployment Model with GPT. Video explains how to call Azure Open AI service from Power Automate and Power Apps. Please watch full video to understand step by step process. HTTP body json { "messages": [ { "role": "system", "content": "You are an AI assistant that helps people find information." }, { "role": "user", "content": "please give me breakfas...
Semantic Kernel (Part 3) - Plug-ins and Native Functions
Просмотров 35521 день назад
This video explains how to use built-in plug-ins and create custom plug-ins for your existing applications Native Functions and Plugins are two of the key features of Semantic Kernel. This video explains with example of creating custom plugin for applying leaves using Kernel function with traditional APIs. Watch full video to understand step by step process of creating plugins Native Functions ...
Semantic Kernel - Part 2 (Read Prompt from Files)
Просмотров 1 тыс.Месяц назад
This video explains how to write and read prompts from skprompt.txt file and set configurations using config.json In demo - leave application prompts are taken as example to write prompts and create prompt plugin please watch full video to understand the step by step process.
Microsoft Semantic Kernel - Getting Started to build AI Apps in C#
Просмотров 654Месяц назад
This video is Introduction video of Semantic Kernel SDK and how to build first AI Application in C# Semantic Kernel is an SDK that integrates Large Language Models (LLMs) like OpenAI, Azure OpenAI, and Hugging Face with conventional programming languages like C#, Python, and Java.
Power Apps - Lazy Loading for Large List SP Items using MS Graph API
Просмотров 473Месяц назад
This video explains how to set up the lazy loading or paginations for Large sharepoint list items using MS graph API using Odata.NextLink This video explains how to automate background refresh of powerapps gallery's with timer control when using large list dataset. OnButton Select Set(galleryRows,Office365Groups.HttpRequest("graph.microsoft.com/v1.0/sites/root/lists/d13ade3a-12b7-4f79-a464-36f7...
Power Apps - Text To Speech Convertor without Azure service
Просмотров 353Месяц назад
This video explains how to convert text to speech without using Azure service, but using free play.ht service via Power Automate. Please watch full video to learn end to end to steps. Description URI - api.play.ht/api/v2/tts/stream Headers Content-Type application/json Accept audio/mpeg Authorization Bearer ddb41b837cf44cb19df4adcdad1b5267 X-User-Id KBesPWCrf0hDQ6IClxq21GLLDbM2 Body { "voice": ...
Power Apps - Dataverse Low code Plugins (Dataverse Accelerator App - Preview )
Просмотров 1 тыс.2 месяца назад
This video explains how to create low code Power Apps Plug-ins in Data accelerator app. This video also explains how Plug-ins can be called from Canvas apps and Power Automate. Please watch full video to understand step by step process of enabling data accelerator app in Power Apps environment and create Low code plugins
Power Pages (Part 4) - How to build Multi Step forms in Power Pages
Просмотров 4062 месяца назад
This video explains how to create a multi step form in power page and how to save all the steps in same form in Dataverse table. Please watch full video to understand step by step process of create a form.
Power Pages (Part 3) - Create Forms to capture data & Add Lists to Power Pages
Просмотров 9452 месяца назад
This video explains how data can be collected from Power Pages in a form and saved in Dataverse tables. This video also explains how to change basic form options in Power Pages portal.
PowerAutomate - Encrypt/Decrypt Sensitive Data stored in SharePoint (AES)
Просмотров 5682 месяца назад
This video explain how to encrypt & decrypt senstive data stored in sharepoint list library using Power Automate AES Action. Please watch full video to learn how Encrypt text with AES action can be used in Power Automate Desktop.
Power Pages (Part2)- How to integrate & Run Cloud Flows with Power Pages
Просмотров 7313 месяца назад
This video is part of Power Pages Tutorial series. Video explains how cloud flows can be integrated and called from Power Pages using Javascript on HTML pages. Please watch full video to under step by step process. Sample JS call document.getElementById("calltoactionbutton").addEventListener("click", function (event) { event.preventDefault(); // Prevent form submission var _url = "/_api/cloudfl...
Power Pages (Part 1)- Getting started with Power Pages
Просмотров 9043 месяца назад
This video is part of Power Pages playlist. Part 1- Introduction and basic components of Power Pages. How to create Website in Power Pages.
Power Automate Desktop - Create Text with GPT (Automate Reviews sentiment analysis)
Просмотров 8373 месяца назад
This video explains how to use create text with gpt in Power Automate desktop to do sentiment analysis of company or product reviews in automated way. No code solution, just web extraction from webpage and pass to GPT for text sentiment analysis.
PowerApps - Build Timeline or Approval History Control
Просмотров 7633 месяца назад
PowerApps - Build Timeline or Approval History Control
PowerApps - Dataverse Search in MS Flows & Canvas App
Просмотров 9983 месяца назад
PowerApps - Dataverse Search in MS Flows & Canvas App
Power BI & Power Automate - Create Data Activator Actions from a Real-Time Dashboard
Просмотров 1,2 тыс.4 месяца назад
Power BI & Power Automate - Create Data Activator Actions from a Real-Time Dashboard
PowerApps - New Feature Code Preview (YAML)
Просмотров 9564 месяца назад
PowerApps - New Feature Code Preview (YAML)
SharePoint Online Color Coded Calendar (Modern List View/Rules)
Просмотров 2,7 тыс.5 месяцев назад
SharePoint Online Color Coded Calendar (Modern List View/Rules)
SharePoint New List Form Experience - Build Quick Surveys and Feedback forms
Просмотров 1,7 тыс.6 месяцев назад
SharePoint New List Form Experience - Build Quick Surveys and Feedback forms
PowerAutomate - Environment variables for Connection configuration
Просмотров 1,4 тыс.6 месяцев назад
PowerAutomate - Environment variables for Connection configuration
Power Automate Desktop - Run PowerShell Scripts Automate SharePoint Admin Activities with Co-Pilot
Просмотров 2,5 тыс.7 месяцев назад
Power Automate Desktop - Run PowerShell Scripts Automate SharePoint Admin Activities with Co-Pilot
Power Platform - Automate Creation of Dataverse Tables using Web API
Просмотров 1,8 тыс.7 месяцев назад
Power Platform - Automate Creation of Dataverse Tables using Web API
PowerApps - Migrate to Dataverse table from SharePoint List with ease (new feature)
Просмотров 1,7 тыс.7 месяцев назад
PowerApps - Migrate to Dataverse table from SharePoint List with ease (new feature)
PowerApps - Build Additional Charts in PowerApps (Stacked Horizontal & Vertical Bar charts)
Просмотров 2,8 тыс.7 месяцев назад
PowerApps - Build Additional Charts in PowerApps (Stacked Horizontal & Vertical Bar charts)
PowerAutomate - Automate Creation of SharePoint Pages using MS graph API
Просмотров 1,5 тыс.8 месяцев назад
PowerAutomate - Automate Creation of SharePoint Pages using MS graph API
PowerAutomate - HTTP Call With Multipart Form Data (Easy Way)
Просмотров 4,1 тыс.8 месяцев назад
PowerAutomate - HTTP Call With Multipart Form Data (Easy Way)
PowerAutomate - Send Microsoft Graph HTTP Requests in Teams with New Action(New Release)
Просмотров 4,6 тыс.8 месяцев назад
PowerAutomate - Send Microsoft Graph HTTP Requests in Teams with New Action(New Release)
PowerApps - Invoke SharePoint Rest API (Post Method) directly without flow (Add user to SP Group)
Просмотров 1,8 тыс.9 месяцев назад
PowerApps - Invoke SharePoint Rest API (Post Method) directly without flow (Add user to SP Group)

Комментарии

  • @victordauden9173
    @victordauden9173 День назад

    thx for the video. I'm having trouble with the out of the box sorting. In my case it is no working for dates nor values. Anyone else having the same problem?

  • @IllinoisREI23
    @IllinoisREI23 2 дня назад

    Great tutorial. Thanks so much! I appreciate you keeping it short as well 🙂

    • @m365techhelp
      @m365techhelp День назад

      Glad to hear it was helpful 🙂

  • @parkjunhyung9220
    @parkjunhyung9220 3 дня назад

    Thanks. I will definitely try this today.

  • @ArqamAhmad-here
    @ArqamAhmad-here 5 дней назад

    Hy

  • @tusharlakhotia8174
    @tusharlakhotia8174 6 дней назад

    Thanks for the video. I need to get details on the access of the files. By this i mean i need to know how many people has access on the file and what type of access. How can we get that details ?

  • @casperjeppesen8540
    @casperjeppesen8540 6 дней назад

    How about if you wanted the input to be an image. What would you need to change?

  • @nobs.1794
    @nobs.1794 7 дней назад

    Can this be linked to outlook?

  • @gezaerdelyi4476
    @gezaerdelyi4476 8 дней назад

    I use this table to show data from SharePoint. How can I format the date to DD/MM/YYYY?

  • @Dreamhigh9001
    @Dreamhigh9001 11 дней назад

    How to share the Mobile notification with other in power automate

  • @coreyedwards531
    @coreyedwards531 13 дней назад

    I am getting an issue when trying to retrieve an image from a Sharepoint list using 'Get File Content', then using the 'File Content' in the HTTP Post body. I think I am trying to pass the wrong content and the POST is looking for binary content. Any idea?

  • @Coazmaj
    @Coazmaj 14 дней назад

    Yes but you will lose all metadate from columns by doing create. There is no way of doing rename of file AND keeping all metadata columns to the new location.

  • @jevieacop
    @jevieacop 16 дней назад

    This is a great tutorial. Do you have another tutorial that will match it to the job description and will automatically identify the percentage of the following: Overall Job Match % Trainings & Certifications Match % Length of Experience % Cultural Fit Percentage % Soft Skills % Education Background %

  • @AkankshaThokade
    @AkankshaThokade 19 дней назад

    What permissions need to be given for the files at the location. I don't want any application to access the sharepoint files, only specific files to be accessed by specific application. Can you tell what permissions should be given to the files that need to be shared and the permission for application?

    • @afaqueahmed3192
      @afaqueahmed3192 14 дней назад

      Hi, have you found the answer yet? I'm looking for the same solution

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

    How to post call directly from on button of click by email please suggest me

  • @PraveenNayakudi
    @PraveenNayakudi 22 дня назад

    Which roles can access dataverse tables using APIs

  • @MrAnonymous3333
    @MrAnonymous3333 24 дня назад

    Thanks for these videos At the end can you teach one real time project using these kernel, plug ins and prompts

  • @victordauden9173
    @victordauden9173 24 дня назад

    Nice proof of concept. thx! What if we want to load only last items up until certain date from a Sharepont list containing a date column? Would you call e to make a video for that? Thx!

  • @juliadrowatzky
    @juliadrowatzky 26 дней назад

    Hey there! When I now click the button, an empty tab is opened. Can I somwhow suppress that?

  • @mallelajyothi9819
    @mallelajyothi9819 27 дней назад

    When I replace next instead of ok button.. another form will be displayed how can I achieve that....

  • @hrithiksisodia
    @hrithiksisodia 28 дней назад

    Thanks for help

  • @JeremyDiaz-r4s
    @JeremyDiaz-r4s 28 дней назад

    How does the connect reference a registered app? Say you have a registered app that allows calls to read calendar events and pull details. But the registered app uses Application permissions.

  • @Blipstar-t2e
    @Blipstar-t2e 28 дней назад

    The Fluent PeoplePicker no longer has the "On Search" property, what should we do in this new setup?

  • @tharunv3952
    @tharunv3952 Месяц назад

    Hello sir , good morning We too working on SharePoint application which has Microsoft AD authentication my goal is to get user specific data, your help would be appreciated, thanks

  • @SandipanSarkar-c8v
    @SandipanSarkar-c8v Месяц назад

    Finished watching

  • @woyniak2
    @woyniak2 Месяц назад

    Your movie is regarding files only. What if there are folders and subfolders with files?

  • @Giraffe-j3h
    @Giraffe-j3h Месяц назад

    I am getting the emails from reflex but my flow is not getting triggered, I have also tried with the dashboard alert and same thing is happening, I am getting emails from power bi data alert but flow is not triggering. Any idea why??

  • @PP.2028
    @PP.2028 Месяц назад

    how to save pdf in onedrive? please explain it would be very helpful for me

  • @breadandcheese1880
    @breadandcheese1880 Месяц назад

    So i want to run the flow when my laptop is turned off, how will it work in that scenario? My goal is to have the workflow run even when the laptop is turned off.

  • @thardaway01
    @thardaway01 Месяц назад

    This was a great solution buy my admins blocked the API. Any other options?

  • @LokeshChandra28j
    @LokeshChandra28j Месяц назад

    Really helpful video. Thanks for sharing the detailed video.

  • @kamalakarreddyuppala3772
    @kamalakarreddyuppala3772 Месяц назад

    🎉🎉🎉🎉

  • @jamesschuldenfrei2485
    @jamesschuldenfrei2485 Месяц назад

    great video, thanks, but is there a way to run the extract action from a sharepoint folder so that I can keep it off onedrive?

  • @prakashpaluchamy
    @prakashpaluchamy Месяц назад

    When I assign Service APplication user its asking for license

  • @hemantakumar8179
    @hemantakumar8179 Месяц назад

    Awesome 👍👍 Thank you so much 🫡

  • @atikah8890
    @atikah8890 Месяц назад

    There is no Custom Actions button in my Data Activator view. Is there another way to create an action?

  • @AnandAnand-ii6ef
    @AnandAnand-ii6ef Месяц назад

    This is very nice.. but how to stop the timer when the last set is loaded

    • @m365techhelp
      @m365techhelp Месяц назад

      Just set the auto start property of timer control on condition based like If(!IsBlank(nextLink) true, false)

  • @muhammednaseefmuttoon2905
    @muhammednaseefmuttoon2905 Месяц назад

    This is nice bro. Microsoft graph needs any license requirement to use it in powerapps?

    • @m365techhelp
      @m365techhelp Месяц назад

      Yes, Office365group httprequest requires Powerapps premium

  • @snehalgawali4954
    @snehalgawali4954 Месяц назад

    How to filter gallery by using combobox in this graph api code

  • @Bombabobo
    @Bombabobo Месяц назад

    hey, I'm blocked at the GET at 10:48 I get access denied and "Either scp or roles claim need to be present in the token"

    • @Bombabobo
      @Bombabobo Месяц назад

      ok, I just didn't had the autorization yet on the app, i'll try to get that

  • @claireatkins635
    @claireatkins635 Месяц назад

    Great video, really helpful. Instead of sharing the chart in an email, how could I then publish the chart on my Sharepoint page?

  • @phantomgames2418
    @phantomgames2418 Месяц назад

    Thank you so much for this amazing video But after using you method a problem happened Now those people can not view any attachment files I've uploaded with item Can you please help me

  • @yatharthgupta2605
    @yatharthgupta2605 Месяц назад

    How can we do it in one drive without using share point?

  • @Easytricks_here
    @Easytricks_here Месяц назад

    Can we hide/ show this ribbon button with a scripting??

  • @pratyushrout2394
    @pratyushrout2394 Месяц назад

    Excellent Content !

  • @stromdhillon
    @stromdhillon Месяц назад

    Thanks for making this video !! Appreciate it

  • @humanaZium
    @humanaZium Месяц назад

    Hello - Do Until loop sends the reminder only once and is not sending anymore. I tried setting the Retry Policy to 'None', it started to send more reminders based on the delay frequency but then the flow fails if approval is completed from the initial email instead of the reminder email.

  • @krishnankuppaswamy7553
    @krishnankuppaswamy7553 Месяц назад

    Useful 👍

  • @tikakahn2521
    @tikakahn2521 2 месяца назад

    Great video, wish you had more content on the same subject i.e. scripting to handle different situations in model driven apps. Thank you for sharing.

  • @AshutoshYadavloveforthepassion
    @AshutoshYadavloveforthepassion 2 месяца назад

    Is the next part posted where we can post the extracted information onto the intranet page?

  • @epsouza
    @epsouza 2 месяца назад

    Gravou com uma batata, está um lixo para visualizar... Uma pena um conteúdo bom desses perdido...