- Видео 73
- Просмотров 356 572
Clavin Fernandes
Добавлен 27 мар 2012
Get Images from SharePoint Image Column Updated Tutorial
When working with images in SharePoint, staying updated with changes is essential for ensuring seamless access and display.
Back in February 2024, I shared a video tutorial on retrieving image content from SharePoint’s Image column, and at that time, the process was straightforward. The image URLs followed a predictable format, making it easy to fetch images directly from SharePoint lists.
Back in February 2024, I shared a video tutorial on retrieving image content from SharePoint’s Image column, and at that time, the process was straightforward. The image URLs followed a predictable format, making it easy to fetch images directly from SharePoint lists.
Просмотров: 132
Видео
Using Custom Prompts in Microsoft Power Platform | Part 2
Просмотров 7914 дней назад
In Part 1, I showed how to create clear and effective AI prompts to define and solve problems. Now, in this video, I will take it further by using these prompts in Power Platform tools like PowerApps, Power Automate, and Copilot. Watch Part 1 here: ruclips.net/video/U2a580gl4b8/видео.html
Getting Started with Custom Prompts in Microsoft Power Platform | Part 1
Просмотров 12814 дней назад
In this video, I show you how to create custom prompts, which are special instructions that help the GPT model respond exactly the way you need. Custom prompts let you tell the AI to act in a specific way or do certain tasks, making it a powerful tool to support your business needs. I’ll guide you through the easy steps from Microsoft’s guide on creating custom prompts so you can get the most o...
Power Automate & Digital Signatures: Tutorial - Visible Digital Signatures
Просмотров 153Месяц назад
This guide will help you add visible digital signatures within your Power Automate workflows. Using a Digital Signatures API, you can streamline document signing, ensure compliance with legal standards, and manage the entire process effortlessly. Whether you're a developer or working within an enterprise, this tutorial provides a quick setup, reliable performance, and adherence to global compli...
Power Automate & Digital Signatures: Tutorial - Getting started
Просмотров 177Месяц назад
This guide will help you integrate digital signatures within your Power Automate workflows. Using a Digital Signatures API, you can streamline document signing, ensure compliance with legal standards, and manage the entire process effortlessly. Whether you're a developer or working within an enterprise, this tutorial provides a quick setup, reliable performance, and adherence to global complian...
Merging Multiple Files from Power Apps Attachments - Part 3
Просмотров 6212 месяца назад
In this video , we'll walk you through a powerful integration between Power Apps, SharePoint, and Power Automate to enhance your document management process. We'll leverage the SharePoint List Attachment Control in Power Apps to upload multiple documents, merge these documents into a single PDF file, and finally save the Merged PDF back to a SharePoint library. This process will simplify docume...
Sending Attachments via Email from Power Apps Attachment Control - Part 2
Просмотров 1,1 тыс.2 месяца назад
Welcome back to our Power Apps series! In this video, "Sending Attachments via Email from Power Apps Attachment Control - Part 2," we'll continue exploring how to efficiently manage and send attachments. Building on the concepts we covered in Part 1, we'll dive deeper into advanced techniques and tips to enhance your app's functionality. Let's get started! Part 1 - ruclips.net/video/XSvb4MfaYYE...
PowerApps Attachment Control Simplified - Part 1
Просмотров 1,1 тыс.2 месяца назад
In this video, we'll understand the Attachment Control in Power Apps. We'll demonstrate how to handle multiple files uploaded through Power Apps and how to use Power Automate to automate this process efficiently. In Part 1 of this series, we will set up the Attachment Control in Power Apps to enable users to upload files. We'll demonstrate how to loop through these files and store them in a var...
Extract Key Value Pairs Using Power Automate and Update SharePoint Columns
Просмотров 4173 месяца назад
In this tutorial, we will extract key-value pairs from pdfs using Power Automate and update the SharePoint columns with the extracted values. This process will help streamline your document management workflow and ensure that important information is accurately recorded in your SharePoint lists. Note: The Muhimbi connector used in this process is a paid connector. Please review the Muhimbi pric...
Solving 'exceeded the maximum size’ when working with images in Power Automate
Просмотров 5614 месяца назад
Encountered file size limitations in Power Automate? In this video, I share a solution to handle large images captured via Power Apps and stored in SharePoint. Learn how to use Graph API to generate anonymous preview links and convert these images to PDF without hitting size limits. 00:00 : Introduction and Challenge 01:33 : Power Automate Solution 03:18 : Understanding Graph Explorer 04:58 : G...
Add OpenAI capabilities to Power Automate Desktop custom action
Просмотров 3277 месяцев назад
In this session, you'll discover how to integrate OpenAI capabilities into Power Automate Desktop custom actions, transforming your automation processes. By incorporating AI, your RPA developers can develop more sophisticated workflows than ever before, enhancing efficiency and productivity. Join us as we take a deep dive into the step-by-step process of integrating OpenAI into Power Automate D...
Create a confetti effect PCF Control in under 30 minutes
Просмотров 6517 месяцев назад
This PCF (Power Apps Component Framework) control will help you add the confetti effect into your Canvas Apps. The confetti effect adds a touch of celebratory charm to your digital experiences, employing dynamic and colorful particles to engage and delight users. GitHub - github.com/cfernandes-muhimbi/PCFconfetti Blog on "How to resolve ESLint validation error when building PCF control Power Ap...
Confetti Effect PCF Control
Просмотров 1507 месяцев назад
This PCF (Power Apps Component Framework) control will help you seamlessly add the confetti effect into your Canvas Apps. The confetti effect adds a touch of celebratory charm to your digital experiences, employing dynamic and colorful particles to engage and delight users. GitHub - github.com/cfernandes-muhimbi/PCFconfetti
Beginners Tutorial Azure OpenAI C#
Просмотров 8377 месяцев назад
Azure OpenAI Service provides REST API access to OpenAI’s powerful language models, which can be invoked by the programming language of your choice. GitHub repository - github.com/cfernandes-muhimbi/Azure-OpenAI-dotnet-sample
Power Apps Test Engine for Automated Testing
Просмотров 6267 месяцев назад
This tutorial is part 2 of the Power Apps Test Engine for Automate Testing. we’ll provide an introduction to TEST Engine, exploring its features and functionalities. If you are not familiar with Test Studio, I strongly encourage you to check out our tutorial here for a comprehensive understanding. What is Test Engine ? Why use Test Engine? Prerequisites for building Test Engine. Steps to use Te...
Power Apps Test Studio for Automated Testing
Просмотров 1,4 тыс.7 месяцев назад
Power Apps Test Studio for Automated Testing
Use Git version control and enable more than one person to edit a canvas app at the same time.
Просмотров 2357 месяцев назад
Use Git version control and enable more than one person to edit a canvas app at the same time.
Adding and Testing your PCF control in Dynamics and Model-Driven Apps(PCF Tut -5)
Просмотров 5547 месяцев назад
Adding and Testing your PCF control in Dynamics and Model-Driven Apps(PCF Tut -5)
Building the user interface to display Notes & Annotations in Dynamics/Model-Driven Apps(PCF Tut 4)
Просмотров 1067 месяцев назад
Building the user interface to display Notes & Annotations in Dynamics/Model-Driven Apps(PCF Tut 4)
Building a PCF Control by querying Notes and Annotations in Dynamics and Model-Driven Apps
Просмотров 1707 месяцев назад
Building a PCF Control by querying Notes and Annotations in Dynamics and Model-Driven Apps
Using XRM Fetch Tool to Retrieve Notes Annotations from Dynamics and Model-Driven Apps(PCF Tut - 2)
Просмотров 1418 месяцев назад
Using XRM Fetch Tool to Retrieve Notes Annotations from Dynamics and Model-Driven Apps(PCF Tut - 2)
Notes and Annotations in Dynamics and Model-Driven Apps (PCF Tutorial - 1)
Просмотров 5918 месяцев назад
Notes and Annotations in Dynamics and Model-Driven Apps (PCF Tutorial - 1)
HTML Table Conditional Formatting in Power Automate
Просмотров 3,2 тыс.8 месяцев назад
HTML Table Conditional Formatting in Power Automate
Get Picture From SharePoint Image Column Using Power Automate(Updated video in description section)
Просмотров 11 тыс.8 месяцев назад
Get Picture From SharePoint Image Column Using Power Automate(Updated video in description section)
Convert a file to PDF and Split it into individual pages using Power Automate
Просмотров 2509 месяцев назад
Convert a file to PDF and Split it into individual pages using Power Automate
Get Barcode value from PDF and rename the files using Power Automate
Просмотров 73410 месяцев назад
Get Barcode value from PDF and rename the files using Power Automate
Power Automate Advanced Date Filtering Techniques in Excel Live Tutorial
Просмотров 1,6 тыс.10 месяцев назад
Power Automate Advanced Date Filtering Techniques in Excel Live Tutorial
Integrating Azure Key Vault with Power Automate : Overcoming Cross-Tenant Challenges
Просмотров 2,8 тыс.10 месяцев назад
Integrating Azure Key Vault with Power Automate : Overcoming Cross-Tenant Challenges
Getting Started with Power Apps Wrap - Tutorial 3: Sign and install the app in an android device
Просмотров 1,5 тыс.Год назад
Getting Started with Power Apps Wrap - Tutorial 3: Sign and install the app in an android device
Getting Started with Power Apps Wrap - Tutorial 2: Wrap your Canvas App(s)
Просмотров 2,8 тыс.Год назад
Getting Started with Power Apps Wrap - Tutorial 2: Wrap your Canvas App(s)
my flow also stopped working, i cannot retrieve the image anymore, what i did not that the file name is now {"fileName":"Reserved_ImageAttachment_ ###########
Please see the solution at - ruclips.net/video/UkcZ6IxiD5w/видео.html
Microsoft recently made some changes. See the solution at - ruclips.net/video/UkcZ6IxiD5w/видео.html Blog - clavinfernandes.wordpress.com/2024/10/26/get-images-from-sharepoint-image-column-updated-tutorial/
How do I insert a picture into an image column?
I got error is app not installed as package appears to be invalid... How to solve this?
When I do this, the attachment control does not pull in, only the other items of the list. Was this discontinued by PowerApps at some point? I am doing exactly the same but can not get the attachment control to show anywhere.
Make sure to add a Form Control to the screen. When you connect your SharePoint List to the Form Control, you'll see some menu options appear at the top of the control. Select the Fields button and you will be able to access the other "hidden" fields in the list. Refer to 1:51 in this video to see where Fields option is. If you try to do this with a Gallery Control you will not have access to the Attachment field.
@@Romanxco You're correct. However, the fix I finally found was that you need to have the proper permissions set up in your SharePoint site. Also, I found that if you delete all of the other controls in the form, it will then let you add back in the attachment control which was hidden. Bizarre
@@RyanElgesI appreciate you taking the time to share the solution! I wouldn’t be surprised if I have to do the same workaround at some point. It is bizarre and I stumbled upon a weird one tonight and it took me reading through the comments section of RUclips to find the answer 😂
This is pure gold video. i have tried many videos but this one everyone should consult while wraping an app. Thanks Clavin. you got a subscriber today.
hi, the flow stopped working, i don't see the serverrelatedurl anymore
same here.
Something changed recently… I will provide an update on this over this weekend…
Please see the solution at - ruclips.net/video/UkcZ6IxiD5w/видео.html
did they changed the response? My workflow is failing now. The content of the http request is only containing the file name: { "d": { "ProjectDescription_Images": "{\"fileName\":\"Reserved_ImageAttachment_[25]_[ProjectDescription_Images][36]_[6238b7f6-05a5-4659-9f4a-0d2070ad32ff][1]_[4].jpeg\"}" } }
Please see the solution at - ruclips.net/video/UkcZ6IxiD5w/видео.html
Doesnt work, with my link, the anwser is ok but empty
can you help me, because now the image not stored again in the site assets folder it shows error running flow GetFileContent: encodeUriComponent(replace(body('Parse_JSON_2')?['serverRelativeUrl'],'/sites/QMS-IncomingRawMaterial',''))
Do you have a video for update image column from list 1 to another list 2?
HI, can you extend this to include sending the merged document to users via email? Thanks
LOLLL> no way to return data to power apps. junk
Thank you so much, Clavin! I used to automate my tests with Test Studio but haven’t come across a code-based solution, aside from a basic tutorial on Microsoft’s Test Engine. You've explained everything clearly and simply. I'll try out these steps and let you know if I encounter any issues.
Very cool!
Very good.
Great!
Power Virtual Agents is a fantastic tool for beginners looking to dive into the world of chatbot creation. It offers an intuitive interface that makes it easy to design and deploy intelligent virtual agents without needing extensive coding skills
For those that are struggling with the 404 error, I found that the JSON parse was including the /sites/NameOfMySite/ in the URL. Using a compose with a replace function worked to remove it. Like this: replace(outputs('Compose_1'),'/sites/MySiteName',''). Hope this helps!
can you help me, because now the image not stored again in the site assets folder it shows error running flow GetFileContent: encodeUriComponent(replace(body('Parse_JSON_2')?['serverRelativeUrl'],'/sites/QMS-IncomingRawMaterial',''))
Please see the solution at - ruclips.net/video/UkcZ6IxiD5w/видео.html
Thank you so much!
Hi Clavin, I have tried to copy your system, it is working in HTML editor, but not in email?
@@TonyHansson-u3d Did you click on the </> code mode for the send an email action
@@clavinfernandes8566 thank you for answering but still no luck
<p>@{outputs('Compose')}</p>
@@TonyHansson-u3d have you tried removing @{ at the start and } on the end?
Hi Clavin, How to open pdf as well as docx files with this control?
@@VJoyism working on something a new integration
Hi, thank you for the tutorial. I have created wrap successfully. But I am stuck in push notification. Does push notification works in wrap ?
@@alakeshsharma6719 I am not sure about push notifications. It’s best to post a question in the power platform community
thanks
Hi clavin sir i noticed one thing about your teaching you have a lot of knowledge to make video you are in hurry so most of the important things are left which we should know so please make video little bit larger and explain more in detail deep dive
Of course, please let me know if I missed anything. I try to keep the video brief since longer videos tend to get fewer views, and people often lose interest midway.
what is 'ScriptParameters/csvContent*'
Is this supposed to work if the Key Vault is Public Access Restricted? Is there any scenario where I don't have to whitelist the Power Automate Flow outgoing IPs on the KV firewall t get this working?
Sir, all I needed was part 1 and 2. It got the job done. Im knocking my head thinking why didnt I manipulate the strings in powerautomate in the first place rather than doing so much in powerapps. It worked perfectly. Thank you.
do you have any sample for uploading multiple files and viewing them, and download them 1 by 1?
This is a good one , and perfectly solve my one case scenario, awesome !!!!
I'm having a strange issue with this method. If I copy the output directly from the compose, it's formatted correctly. When I copy the raw output, or use the output of the compose in another action, I get escape slashes before the double quote (/") in the data-tag names and the color formatting is lost.
@@JonTruland You might want to replace /“ with an empty space.
Thank you Clavin for this video! it is helpful. My flow ran successfully, but i didn't get email notification. What could be wrong?
@@JovelynSlivka You will need to share your PowerAutomate screenshot.. please open a question in power platform community and mention me. My id is cfernandes
Hi All, Seems that this is most straightforward way to avaid powerapps promt for setting/using connections, even with the V2 Powerapps trigger isn't it?
Good video but bad technology. Limitations: Push notifications don’t work and also no off-line availability
Shouldn't you set your power apps instance to use offline?
I do have a question though: what's the documentation that you used? it's the one in the description?
thank you so much clavin!!!
Is it possible to generate bearer token using GRAPH API using this client secret? if yes then can you help me to do it?
@@VedanshLad Never tried it. Sorry.
job securing videos
Clavinn please can you make more videos on PCF and also on SPFX sharepoint component framework as well as power apps component framework
your videos are alot to us its ok there are less views but you are doing so perfect explanation and everything
hello! I'm having problem with "Notfound" alert. May somebody help me, please? Thanks!
serverrelativeurl not working anymore
It is working i found a solution to it
@@kingvarfley413 could you please share the solution
@@kingvarfley413 please share the solution
how
@@simplyfrancois list setting, disable attachment
Thank you for the Notes video! Do you know how to config Basic User to use Notes Timeline mention feature? ex: using @someUser in the note which the mentioned someUser will get an email notification. Admin role works well but Basic user not work.
Is it free? Can you make a tutorial which gives the Url of document to chatgpt 4 directly?
I have done something similar with ChatGPT 4o but it was with a paid subscription.
@@clavinfernandes8566 I have chatgpt 4 paid version. Can you please make a tutorial on it. I have the pdf in attachment. How can i extract information from pdf which basically resume using gpt4 like skills, year of experience?
@@clavinfernandes8566 i have the paid version of chatgpt 4. I have the pdf attached in attachments basically resume. I want to extract text from pdf, like skills, year of experience , qualification Can you share the code or tutorial. I will be very thankfull to you.
This is the best description of how and why to structure c# code I've come across. Thank you so much!
It's an excellent solution! Thank you for providing it, especially when working with images in Power Automate.
Hi Clavin Fernandes I have a doubt in this power apps automation Testing
Sure.
@@clavinfernandes8566 How can i contact you?
Hello after installing the nuget PKG in the project once I try to install new project those 2 templates are not showing
One of the problem we face is that we want to test before release and updates happen. so test them with a pre-version of the power app or power platform... Here we talk about testing already when a new release happen so almost too late if it break. Is there any way to test a power app on incoming update?
In my case, it gets only the image filename property: FotodaAtividade>{"fileName":"Reserved_ImageAttachment_[15]_[FotodaAtividade][36]_[76170c7d-02e3-470f-94b8-ea7b0c5ee7c3][1]_[1].jpeg"}</d:FotodaAtividade><d: It is missing the serverRelalativeUrl property...