Power Tech Speck (Girish Uppal)
Power Tech Speck (Girish Uppal)
  • Видео 730
  • Просмотров 503 072
How to use logging within Power Pages liquid ?
This video covers the topic of logging within Power Pages using liquid syntax.
Using log tag you can add log messages for troubleshooting Power Pages site. Developers can incorporate log statements within liquid code to trace the code flow and behaviour at various stages.
Output logs are displayed in developer tool extension when diagnostic setting is enabled
Example:
{% log message:'Custom girish message' level:'Warning' %}
{% log message:'First Message - girish message' %}
{% capture userdetails %}
The user details are {{ user.id }} - {{ user.fullname}}
{% endcapture %}
{% log message: userdetails %}
Girish Uppal explains the concept of logging and the interface through which you can view t...
Просмотров: 16

Видео

How to use Assistant Playground in Azure AI Foundry Portal?
Просмотров 202 часа назад
This video explains the purpose of Assistant playground and how it can be utilised to test various large language models providing assistants capabilities. Create AI assistants customised to your needs through custom instructions Current Capabilities for assistant's playground include: ⭐ File search ⭐Code Interpreter ⭐Functions utilisation to call custom API / Services Girish Uppal provides a b...
How to use Language Playground in Azure AI Foundry
Просмотров 404 часа назад
This video demonstrates how to use Azure AI Playground available within Azure AI Foundry portal. With Language LLM modes you can: ✔️ Analyse and summarize using LLM powered NLP capabilities ✔️ Used to summarize key information from text ✔️ Used to extract information from text ✔️ Recap conversation ✔️ Segment long meeting into chapters (timestamps) ✔️ Summarise issues / resolutions (customer ca...
How to use website object in Power Pages liquid language?
Просмотров 337 часов назад
This video provides a high-level introduction on how to use website object available within liquid language for Microsoft Power Pages site. Website is an entity object. It refers to portal website allowing access to attributes of Dataverse website record (adx_website) Syntax Usage: {{ website.adx_name }} Displays Website name {{ website.id }} Displays ID of a website Girish Uppal explains the w...
What is the use of Speech playground in Azure AI foundry portal?
Просмотров 339 часов назад
This video explains the concept of testing speech related models using Speech playground. Speech playground allows you to test following capabilities: ⭐ Real time transcription - Live transcription capabilities of audio ⭐ Fast transcription - Leverage advanced speech recognition tech for rapid analysis / recognition ⭐ Batch transcription - Transcribe large amount of audio in storage ⭐ Speech tr...
What information can be retrieved using Page Object within Power Pages Liquid language?
Просмотров 3212 часов назад
This video demonstrates how to retrieve various information using Page object in Power Pages liquid language. Page object refers to the current portal request page. Page object provides access to breadcrumbs, title and various other metadata related to pages. Girish Uppal provides a high-level information on utilising page object using liquid code. #powerpages #shopify #liquid #powerappsportal ...
How to use URL Filters in Power Pages Liquid language?
Просмотров 4314 часов назад
This video demonstrates the use of url filters in liquid language. URL filters allows you to build or extract part of url Some of the URL filters are: ⭐ add_query ⭐ base ⭐ host ⭐ path ⭐ port ⭐ scheme Girish Uppal explains the concept of utilising url filters to extract contents from a URL string. #powerpages #shopify #liquid #powerappsportal #adxportal #powerpagesliquid ⭐ Please Subscribe at th...
How to use Chat playground in Azure AI foundry portal?
Просмотров 8616 часов назад
This video walks you through the process of utilising chat playground available within Azure AI foundry portal. Chat playground allows you to create and test a chatbot by interacting with it to see how it responds to various inputs Girish Uppal explains the usage of chat playground with some examples. #azure #microsoftazure #ai #artificialintelligence #azureaifoundry #aiapps #azuredesignstudio ...
What is Playground in Azure AI Foundry Portal?
Просмотров 4419 часов назад
This video gives a walkthrough on the concept of playground in Azure AI foundry portal. Playground can be used to observe how the model responds with and without your data. Playground allows you to explore, experiment and iterate with different models and customization tooling with the playground tools Girish Uppal explains the concept of playground to test the desired model for your targeted a...
How to use String Filters in Power Pages liquid?
Просмотров 4021 час назад
This video explores available string filters in Power Pages liquid language String filters manipulates string variable contents. The available string filters are: ⭐ append ⭐ capitalize ⭐ downcase ⭐ upcase ⭐ newline_to_br ⭐ prepend ⭐ remove ⭐ remove_first ⭐ replace ⭐ replace_first ⭐ split ⭐ strip_html ⭐ strip_newlines ⭐ text_to_html ⭐ truncate ⭐ truncate_words Girish Uppal demonstrates various s...
What is Management Centre in Azure AI Foundry Portal?
Просмотров 27День назад
⭐ This video provides basic explanation about Management Centre in Azure AI foundry portal. Management Centre is part of Azure AI Foundry portal that streamlines governance and management activities. It is used to manage projects, hubs, resources, users, computes, endpoints, connections, quota etc. From Management Centre you can: ⭐ Manage all hubs ⭐ Manage all projects ⭐ Manage quota ⭐ Manage u...
How to use Date Filters in Power Pages liquid language?
Просмотров 42День назад
This video demonstrates how to operate on DateTime values using Power Pages liquid date filter. Girish Uppal provides an example to manipulate date time values using date filter available in Power Pages liquid language. Date filters allows you to format DateTime values. Date filters can be used to perform arithmetic operations on DateTime fields Some of the date filters that are available are a...
How to use OData in Microsoft Power Apps?
Просмотров 172День назад
This video provides an overview of OData and how you can utilise OData syntax in Power Apps while calling the REST API. ⭐ OData is an open protocol for creation and consumption of Web Service API (queryable and interoperable) ⭐ OData is ISO approved - OASIS Standard that defines a set of best practices for building and consuming RESTful APIs ⭐ OData website www.odata.org/ ⭐ Microsoft started th...
What is a Lineage View in Microsoft Power BI?
Просмотров 63День назад
This video explains the concept of lineage view available withing Microsoft Power BI service Girish Uppal explains the steps to access lineage view and provide an example to see the hierarchical information on how the data source, tables, reports, dashboards and other Power BI artefacts are connected. #powerbicharts #powerbi #powerbidesktop #powerplatform #datavisualization #reports #dashboard ...
How to use Escape Filter in Power Pages liquid language?
Просмотров 3514 дней назад
This video explains the escape filter and its usage in Power Pages liquid code. Escape sequences allow you to include special characters in strings without changing the interpretation of those strings by programming language / format ESCAPE FILTERS ⭐ Escape (html escapes a string) ⭐ html_safe_escape (converts to safe HTML fragment) ⭐ url_escape (url escape a string) ⭐ xml_escape (xml escapes a ...
What is Project within Azure AI Foundry Portal?
Просмотров 13814 дней назад
What is Project within Azure AI Foundry Portal?
What is a User Object in Power Pages Liquid language?
Просмотров 6214 дней назад
What is a User Object in Power Pages Liquid language?
What is Hub in Azure AI Foundry Portal ?
Просмотров 12014 дней назад
What is Hub in Azure AI Foundry Portal ?
How to use Math Filters in Power Pages Liquid Language ?
Просмотров 3014 дней назад
How to use Math Filters in Power Pages Liquid Language ?
What is Azure AI Foundry?
Просмотров 29014 дней назад
What is Azure AI Foundry?
Liquid Filters available in Power Pages
Просмотров 7814 дней назад
Liquid Filters available in Power Pages
How to add favicon (fav icon) to Power Pages Site (2025 new video)?
Просмотров 8221 день назад
How to add favicon (fav icon) to Power Pages Site (2025 new video)?
Liquid Objects - Microsoft Power Pages
Просмотров 8121 день назад
Liquid Objects - Microsoft Power Pages
What is Liquid Language and how it is used in Microsoft Power Pages?
Просмотров 17221 день назад
What is Liquid Language and how it is used in Microsoft Power Pages?
What are Workspaces in PowerToys tool?
Просмотров 14121 день назад
What are Workspaces in PowerToys tool?
Get User details (id, name) using JavaScript (for model driven Power Apps)
Просмотров 10121 день назад
Get User details (id, name) using JavaScript (for model driven Power Apps)
Extract Security Role & Privileges for logged in user using Power Apps JavaScript (model driven app)
Просмотров 8121 день назад
Extract Security Role & Privileges for logged in user using Power Apps JavaScript (model driven app)
How to conduct date operations using JavaScript in Power Apps (model driven app)?
Просмотров 9921 день назад
How to conduct date operations using JavaScript in Power Apps (model driven app)?
How to hide model driven apps navigational components using JavaScript?
Просмотров 11428 дней назад
How to hide model driven apps navigational components using JavaScript?
Password or Secret content sharing App (One Time Secret App & Password Pusher App)
Просмотров 6728 дней назад
Password or Secret content sharing App (One Time Secret App & Password Pusher App)

Комментарии

  • @cassioalexsander9725
    @cassioalexsander9725 10 часов назад

    Hello! Nice video. Do you know if there's any way to filter the subjects? Let's say you just want the Sales Force and its children subjects on a form. I've been trying to do that with the addPreSearch but it doesn't work.

  • @bhavika2711
    @bhavika2711 16 часов назад

    What happens to Power Pages when the environment is in Admin Mode?

  • @ikradewantara1149
    @ikradewantara1149 23 часа назад

    in your case, the "conversation id" can be convert to a number. But in my case, I need the "text/description" (not conversation id). i receive "copilot response". the output is conversation id. any idea how I can get the description? thank you

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

    Thanks for making the concept clear.

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

    thank you!

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

    Crisp and precise. 👌

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

    Very helpful video 👍. I have a requirement how to disable general copilot in canvas app? Can you please help me.

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

    Can I ask why you only change the attributes? Before finding this video I edited many of the other tabs/sheets and did a test import which seemed to work fine. I actually excluded attributes in this instance because it seemed to have a lot of irrelevant fields that just managed some background things. For context this app only needs to be translated for the frontend user experience. Things like sitemaps and relationships stay consistently in English

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

    Great guidance, I was so lost of where to start, this video clarifies everything confuses me!

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

    Thank you for making this video. How can we move site settings, or any changes made in power portal management(model driven app) along with portal application?

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

    Thank you!!

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

    Unable to Open 'Edit Site Header'. Pop up Dialog Box in Power Pages is not coming after clicking on Edit Site Header.

  • @robbynew100
    @robbynew100 5 дней назад

    I've found that the up and then down gesture (and any gesture where the two directions are opposites) works best if you go straight in one direction and straight back, despite the image in Edge which makes it look more like a check mark.

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

    Excellent video. Thank you

  • @AL-AMINSHEIKHH
    @AL-AMINSHEIKHH 7 дней назад

    I checked out your videos and they’re fantastic! 🎬 If you want to grow your audience, SEO is key. I’d love to help you with a free audit. Interested?

  • @douglashill1759
    @douglashill1759 7 дней назад

    hey could you review and or go over filtering dataverse columns against different data types via power automate.

  • @rahatsyed6038
    @rahatsyed6038 7 дней назад

    Thanks for this informative video 🎉 Sir please explain,multiple images upload using subgrid. For example ,one company Form should have subgrid. In subgrid we can enter person Id no,followed by Employee Image and all degrees of person. There can be many employees associated with that Employee Form.

  • @ranrath756
    @ranrath756 9 дней назад

    Thanks you solved my problem at some extent

  • @BucketHatMan1216
    @BucketHatMan1216 10 дней назад

    Girish, you’re one of the best teachers on this subject. Thanks for the great video.

  • @imarjunthakur94
    @imarjunthakur94 10 дней назад

    Great explanation, looking forward for such informative and short videos

  • @WenHre
    @WenHre 10 дней назад

    Is there a seperate cost for using the power pages created customer service site and is it per external user?

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

    Hi this is more helpful. I have one subgrid and i want to display data from that subgrid into another main column present under Table. So how can i make a javascript code for that. Can you please help in thia

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

    You should have uploaded the document

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

      Hi Dave, which document are you referring to?

    • @Discodave676
      @Discodave676 10 дней назад

      @PowerTechSpeck the one at the end of the video and how how you procure the compute

    • @girishuppal
      @girishuppal 5 дней назад

      @@Discodave676 Will be covering document upload in "Data source - Chat playground topic video"

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

    Danke sehr gut !

  • @Shehroz-Ali-D365
    @Shehroz-Ali-D365 11 дней назад

    its showing zero records but when i was downloading there was 1 record

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

      Please check your active and inactive records

    • @Shehroz-Ali-D365
      @Shehroz-Ali-D365 8 дней назад

      @@PowerTechSpeck Oh! that was the issue related to web roles associated with the table permission

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

      @@Shehroz-Ali-D365 - Glad it got fixed.

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

    will the change happen to all pages or do we need to manually add it?

  • @MedariKeshava
    @MedariKeshava 12 дней назад

    Hi anna, In One of Point you mentioned Odata uses Restful API with JSON Output using URI, then whats the difference between regular URL and URI any fundamental difference is present between them? and also what is maximum number of items that we can get max. number of items using $top filter

  • @JanakMali-h2r
    @JanakMali-h2r 13 дней назад

    Thank You very much appreciated Sir. I was not able to create using UI, I was able to create using PowerShell.

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

    Thank you for explaining this topics so well! Your content is really helpful.🎉 Could you please create a complete end-to-end Power Pages project? It would be great to see the entire process in action!

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

    for me the data table is empty can you please help me with this ?

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

      Can u check if you have the proper System Admin access ?

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

    I wish there was a step by step , love the content , so grateful , but its like random stuff on power pages from one point , instead like this is step1 , step2 , and so on

  • @leenavaidhya4145
    @leenavaidhya4145 15 дней назад

    Thankyou so much Girish. Very Good and Clear explanation.

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

      I'm glad you found it helpful! Thanks Leena.

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

    Thanks you sir🎉 Very informative video. Please make a detailed video on power pages web template. If possible explain one end to end Power pages Project which is a need of this time. It will be beneficial for all power pages learners/developers as you explained nicely 🎉

  • @rahatsyed6038
    @rahatsyed6038 17 дней назад

    Thanks for this video🎉 Sir please make a detailed video on power pages Web template in detail where all List,forms,site maker etc should be included. Also if possible explain the end to end Power pages project where all power pages concepts should be implemented.

  • @dariusdixon308
    @dariusdixon308 17 дней назад

    Hello, Do you have a step by step guide on how to download or get to the Power Platform Admin View?

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

      Hello @dariusdixon308 - I have whole series authored for CoE toolkit. Please find the link here: ruclips.net/p/PL5xdZrvu1OhXfL52jgQEObfb6Lqx2CzNq

  • @PruthviBR-w5z
    @PruthviBR-w5z 17 дней назад

    do we have any option to get that analytics into chat?if yes how??

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

      Hi Pruthvi, Not that I am aware of. What is the use case you are visualizing?

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

    If possible, can you cover the latest updates of COE releases

    • @PowerTechSpeck
      @PowerTechSpeck 17 дней назад

      Difficult to setup with dev environment. Let me see if I can spin up a low cost environment

    • @nithinreddy2788
      @nithinreddy2788 17 дней назад

      @@PowerTechSpeck Thanks for that girish appreciate it

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

    Great content, Girish! I've learned so much about COE through these videos. Please keep posting more content-you’re doing an amazing job!

    • @PowerTechSpeck
      @PowerTechSpeck 17 дней назад

      Thank you so much for the kind words, I appreciate it!

  • @hsrinivas797
    @hsrinivas797 20 дней назад

    I see a lot of issues with Business approvals kit in the Github. Can it be used in production? Even when I tested this in my dev, I find it difficult sometimes to use as a developer.

    • @PowerTechSpeck
      @PowerTechSpeck 17 дней назад

      Shouldn't be a problem as it is continually updated.

  • @rahatsyed6038
    @rahatsyed6038 20 дней назад

    Informative video ,thanks🎉🎉🎉

  • @rahatsyed6038
    @rahatsyed6038 20 дней назад

    Thank you sir,thank you very much🎉

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

    I'm not quite sure how I can attach multiple files to send to the approver. If I have more than 1 file uploaded it creates approvals for each files. I'm trying to make a mileage expense form, and if someone needs to attach a receipt I want to have the option to give multiple attachments for multiple receipts. Your video was very helpful so I hope you can help me.

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

      Hi @MrFlyingSnakes, You cant use multiple files with out of the box options. May be you need to use a different custom solution to simulate your requirement/

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

    😎Thanks. One question remains for a non-techy: How does the existing Power Pages template head HTML identify and place the snippet at the bottom of / at the end of the existing template head? By the snippet name?! Or do I have to use VS code to insert the snippet?

    • @PowerTechSpeck
      @PowerTechSpeck 17 дней назад

      Thanks Olaf. I will try to author some videos on Power Pages layout concepts.

    • @OlafKlahr
      @OlafKlahr 17 дней назад

      @@PowerTechSpeck Dear Girish, I highly appreciate your work. You choose the correct issues to know. I follow some other channels, but your presentations are relevant and understandable, and I do not waste my time. 👍👍😊😊

  • @LokeshK-f5n
    @LokeshK-f5n 22 дня назад

    can you change curser

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

    good stuff man.. i like your videos and how you break concepts down.. i have a question though, suppose i want to make the Feedback MainIC form, the default and possibly the only form available to a user, how would i go about doing that?

    • @PowerTechSpeck
      @PowerTechSpeck 20 дней назад

      Navigate to the model driven app. Navigate to settings and select the default form and disable / remove all other forms used in the app.

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

    Hatsoff. Again one more informative video. Please make a video on "How to add favicon in power pages" as notes option is not available 🎉.

    • @PowerTechSpeck
      @PowerTechSpeck 20 дней назад

      Check this url ruclips.net/video/EnAO9hdEs14/видео.html for the requested video.

  • @rahatsyed6038
    @rahatsyed6038 23 дня назад

    Thanks for this video. Please make a video on "How to add favicon in power pages" as notes option is not available.

    • @PowerTechSpeck
      @PowerTechSpeck 20 дней назад

      Check this url ruclips.net/video/EnAO9hdEs14/видео.html for the requested video.

  • @CarlosSantos-kn7bm
    @CarlosSantos-kn7bm 24 дня назад

    nice video, but i having a diferent problem, can you help me please? i can't turn on the copilot for my custom model driven. The default apps have it, all settings are ok but i cant seem to put the copilot on my model driven apps. I open a trial to test and still can't :(

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

      Hi @CarlosSantos-kn7bm - Its difficult to troubleshoot without actually seeing the screen. Is this the same behaviour for other apps created in different environment ?

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

    amazing video! thank you for sharing it

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

    Thanks for this video sir Pls make video on HOW TO ADD FAV ICON IN POWER PAGES AS NOTE OPTION IS NOT AVAILABLE. THANKS IN ADVANCE 🎉

    • @PowerTechSpeck
      @PowerTechSpeck 20 дней назад

      Check this url ruclips.net/video/EnAO9hdEs14/видео.html for the requested video.