Joseph Chua
Joseph Chua
  • 8
  • 5 844
Prefilling Microsoft Forms Dynamically
Welcome to my channel! In this video, I’ll show you how to prefill Microsoft Forms dynamically using Power Automate. This step-by-step tutorial will guide you through the process of automating form responses, making your data collection more efficient and streamlined.
What You’ll Learn:
-Setting up Power Automate to connect with Microsoft Forms
-Creating dynamic content for form fields
-Automating the prefill process based on user inputs
-Practical examples and use cases
If you have any questions or need further assistance, feel free to leave a comment below. Also, connect with me on LinkedIn for more updates and professional networking: www.linkedin.com/in/joseph-chua-62b6a6129/
Thanks for watching!
Переглядів: 140

Відео

Creating Row Level Security In Power Bi
Переглядів 1332 місяці тому
In this video, I'll walk you through how to create and manage security roles in Power BI. You'll learn step-by-step how to restrict data access, ensuring the right users see the right information, and how to set up dynamic security for more flexible control. Perfect for Power BI users looking to enhance data security in their reports and dashboards.If you found this video helpful, don't forget ...
Getting Employee ID Automatically In PowerApps Using Microsoft Graph
Переглядів 6425 місяців тому
Unlock the full potential of PowerApps with my latest tutorial! 🚀 Discover the seamless integration of Microsoft Graph to automatically retrieve employee IDs, streamlining your workflow and enhancing productivity. This step-by-step guide is a game-changer for all app developers looking to leverage the power of automation in their solutions. Don't miss out on this opportunity to transform your P...
Submitting Multiple Forms In PowerApps
Переглядів 1,8 тис.6 місяців тому
Dive into my latest PowerApps tutorial where I share my method for submitting multiple forms with just a few clicks. If you've ever struggled with managing several forms in PowerApps, this video is for you! 🔍 What I'll Cover: - My personal strategy for using the `Patch` function to submit data from various forms. - My approach to ensuring all forms submit data accurately and without a hitch. - ...
Travel Request Approvals With Power Automate
Переглядів 3887 місяців тому
Tired of Manual Travel Request Approvals? Automate it with Power Automate! This video will show you how to streamline your travel request process using Microsoft Power Automate. We'll walk you through creating a flow that automatically sends requests to managers for approval, eliminating the need for paper forms and endless emails. In this video, you'll learn: How to set up a Power Automate flo...
Loading Microsoft Planner To Power Bi
Переглядів 2,6 тис.10 місяців тому
In this video, I will show you how to connect Microsoft Planner to Power BI. By doing so, you can visualize your Planner data in Power BI and create insightful reports. We will walk you through the process of exporting your Planner plans into a pre-defined Power BI template. I will also provide you with some tips and tricks to make the most out of this integration. Watch the video to learn more!
Sending emails through excel
Переглядів 9311 місяців тому
In this video, we will show you how to send emails through Excel. Sending emails manually can be time-consuming and tedious, but with Excel, you can automate the process and save yourself a lot of time. We will demonstrate how to use Power automate to send emails directly from your Excel workbook. This method is easy to follow and requires no additional software. If you find this video helpful,...

КОМЕНТАРІ

  • @Minipotato22
    @Minipotato22 10 днів тому

    Thanks for the video! Very detailed and helpful :D always look forward to learn Smtg new from the content you upload

    • @ConsultJC
      @ConsultJC 6 годин тому

      Thank you for supporting 🎉

  • @felixrodriguez2724
    @felixrodriguez2724 Місяць тому

    I have an issue with the upload process in Power BI. I received an error message stating, 'An unexpected character was found in JSON input.' I checked my JSON code, and it appears correct. Do you know how to fix this?

  • @TannaGaming
    @TannaGaming Місяць тому

    What would you do if you had to patch to 3 lists and 3 forms, instead of 1 list.

    • @ConsultJC
      @ConsultJC Місяць тому

      @@TannaGaming do you intend to patch to 3 lists with one form? Else from what I’m understanding is that you’re trying to patch to 3 different lists with 3 different forms? 😁

    • @TannaGaming
      @TannaGaming Місяць тому

      @@ConsultJC Patch to 3 different lists and 3 different forms. Thanks.

    • @ConsultJC
      @ConsultJC Місяць тому

      @@TannaGaming perhaps what you could do is with the click of a button // Submit data for Form1 to SharePointList1 Patch( SharePoint List1, Defaults(SharePoint List1), Form1.Updates ); // Submit data for Form2 to SharePoint List2 Patch( SharePoint List2, Defaults(SharePoint List2), Form2.Updates ); // Submit data for Form3 to SharePoint List3 Patch( List3, Defaults(SharePoint List3), Form3.Updates ) hopefully that helps?

    • @TannaGaming
      @TannaGaming 22 дні тому

      @@ConsultJC Yes it worked! I just had to add single quotation marks to everywhere my list is referenced. Example: Patch('List Name1', Defaults('List Name1'), Form1.Updates) Thanks for responding I really appreciate this.

  • @zeeb1973
    @zeeb1973 3 місяці тому

    great and to the point. Good Job!

    • @ConsultJC
      @ConsultJC 2 місяці тому

      Glad it was helpful!

  • @serenaclairetalks
    @serenaclairetalks 3 місяці тому

    Thanks! 🙏

    • @ConsultJC
      @ConsultJC 3 місяці тому

      You're welcome!

  • @LakshmiPathi-b2t
    @LakshmiPathi-b2t 4 місяці тому

    Thank you so much for providing this informative video on how to get Employee ID in PowerApps! Your clear and detailed explanation made the process easy to understand. I really appreciate the step-by-step guidance. Looking forward to more videos like this with such great explanations!🤝

    • @ConsultJC
      @ConsultJC 4 місяці тому

      Glad it was helpful 😊

  • @gvalen44
    @gvalen44 6 місяців тому

    Great video! What about multiple plans that are in one Teams channel? Thanks

    • @ConsultJC
      @ConsultJC 6 місяців тому

      Hi Gvalen, i think for this might be better to use microsoft graph to link straight to power bi. All you need to get is the url of the planner and once you have it: Open Power BI and click on Get Data > OData Feed. Paste the following URL: e,g graph.microsoft.com/v1.0/me/Planner/#/plancharts?groupId=69787867........................................ Make sure you select your Organizational account to connect and sign in. Proceed with your data modeling and report creation Hope this helps :)