- Видео 730
- Просмотров 503 072
Power Tech Speck (Girish Uppal)
Австралия
Добавлен 29 апр 2023
This channel is provisioned to evangelize the community on the Power Development options available to general citizens for building collaborative apps, services, tools and utilities and become more productive and efficient in their undertakings.
Technology Video topics which I post regularly:
⭐ Power Platform
⭐ Power Pages
⭐ Power Apps
⭐ Microsoft Edge
⭐ Dynamics 365 Customer Service
⭐ Microsoft Copilot Studio
⭐ Power BI
⭐ Command Line
⭐ Tools
⭐ Power Toys
⭐ JavaScript
+ many more
This channel is run by Girish Uppal who is an avid supporter of citizen development tools for building productivity and creativity in the software development industry.
Do subscribe and like the content. I am open to comments, feedback and suggestions for the videos and content desired by the community.
In case you don't find the desired video, make sure you request for one.
#microsoftcopilot #microsoft #powerplatform #powerapps #powershell #powerautomate #dynamics365 #d365 #microsoftedge #powerpages
Technology Video topics which I post regularly:
⭐ Power Platform
⭐ Power Pages
⭐ Power Apps
⭐ Microsoft Edge
⭐ Dynamics 365 Customer Service
⭐ Microsoft Copilot Studio
⭐ Power BI
⭐ Command Line
⭐ Tools
⭐ Power Toys
⭐ JavaScript
+ many more
This channel is run by Girish Uppal who is an avid supporter of citizen development tools for building productivity and creativity in the software development industry.
Do subscribe and like the content. I am open to comments, feedback and suggestions for the videos and content desired by the community.
In case you don't find the desired video, make sure you request for one.
#microsoftcopilot #microsoft #powerplatform #powerapps #powershell #powerautomate #dynamics365 #d365 #microsoftedge #powerpages
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...
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 ?
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)
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.
What happens to Power Pages when the environment is in Admin Mode?
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
Thanks for making the concept clear.
thank you!
Crisp and precise. 👌
Very helpful video 👍. I have a requirement how to disable general copilot in canvas app? Can you please help me.
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
Great guidance, I was so lost of where to start, this video clarifies everything confuses me!
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?
Thank you!!
Unable to Open 'Edit Site Header'. Pop up Dialog Box in Power Pages is not coming after clicking on Edit Site Header.
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.
Excellent video. Thank you
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?
hey could you review and or go over filtering dataverse columns against different data types via power automate.
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.
Thanks you solved my problem at some extent
Girish, you’re one of the best teachers on this subject. Thanks for the great video.
Great explanation, looking forward for such informative and short videos
Is there a seperate cost for using the power pages created customer service site and is it per external user?
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
You should have uploaded the document
Hi Dave, which document are you referring to?
@PowerTechSpeck the one at the end of the video and how how you procure the compute
@@Discodave676 Will be covering document upload in "Data source - Chat playground topic video"
Danke sehr gut !
Glad you liked!
its showing zero records but when i was downloading there was 1 record
Please check your active and inactive records
@@PowerTechSpeck Oh! that was the issue related to web roles associated with the table permission
@@Shehroz-Ali-D365 - Glad it got fixed.
will the change happen to all pages or do we need to manually add it?
Favicon is set at a site level.
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
Thank You very much appreciated Sir. I was not able to create using UI, I was able to create using PowerShell.
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!
for me the data table is empty can you please help me with this ?
Can u check if you have the proper System Admin access ?
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
Thanks for the comments Arun !
Thankyou so much Girish. Very Good and Clear explanation.
I'm glad you found it helpful! Thanks Leena.
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 🎉
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.
Yes, sure
Hello, Do you have a step by step guide on how to download or get to the Power Platform Admin View?
Hello @dariusdixon308 - I have whole series authored for CoE toolkit. Please find the link here: ruclips.net/p/PL5xdZrvu1OhXfL52jgQEObfb6Lqx2CzNq
do we have any option to get that analytics into chat?if yes how??
Hi Pruthvi, Not that I am aware of. What is the use case you are visualizing?
If possible, can you cover the latest updates of COE releases
Difficult to setup with dev environment. Let me see if I can spin up a low cost environment
@@PowerTechSpeck Thanks for that girish appreciate it
Great content, Girish! I've learned so much about COE through these videos. Please keep posting more content-you’re doing an amazing job!
Thank you so much for the kind words, I appreciate it!
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.
Shouldn't be a problem as it is continually updated.
Informative video ,thanks🎉🎉🎉
Glad you liked it!
Thank you sir,thank you very much🎉
Most welcome
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.
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/
😎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?
Thanks Olaf. I will try to author some videos on Power Pages layout concepts.
@@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. 👍👍😊😊
can you change curser
Sure.
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?
Navigate to the model driven app. Navigate to settings and select the default form and disable / remove all other forms used in the app.
Hatsoff. Again one more informative video. Please make a video on "How to add favicon in power pages" as notes option is not available 🎉.
Check this url ruclips.net/video/EnAO9hdEs14/видео.html for the requested video.
Thanks for this video. Please make a video on "How to add favicon in power pages" as notes option is not available.
Check this url ruclips.net/video/EnAO9hdEs14/видео.html for the requested video.
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 :(
Hi @CarlosSantos-kn7bm - Its difficult to troubleshoot without actually seeing the screen. Is this the same behaviour for other apps created in different environment ?
amazing video! thank you for sharing it
Glad you enjoyed it!
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 🎉
Check this url ruclips.net/video/EnAO9hdEs14/видео.html for the requested video.