Тёмный
FlowJoe
FlowJoe
FlowJoe
Подписаться
Hi I’m Joe! I'm a Microsoft Power Platform MVP, MCT & Power Automate FastTrack Architect. I’ve been working in the Software Development industry for over 10 years in roles ranging from Automation Testing to Software Architect.

I love to help and teach other and I love to learn, I’m currently on a mission to learn the Microsoft Power Platform products. This channel is to provide easy to understand content for the Power Platform that I've experienced working as a Power Platform Senior Solution Architect and Capability Lead.
Комментарии
@nondrii
@nondrii 4 дня назад
Hey, Joe what authentication option should I choose for my copilot to perform this automated testing as I have troubles doing it using Microsoft Entra ID authentication and without authentication, should it be the manual one? thanks
@ACatCalledSnow
@ACatCalledSnow 14 дней назад
Thank you for your video on this, Joe. Do you know how I can convert a user choice variable to a String and pass that to the Generative Answers action? It seems to require a String to work. Thank you!
@ACatCalledSnow
@ACatCalledSnow 6 дней назад
@@kevennguyen3507 Thank you very much for your help.
@Candy-mb3wn
@Candy-mb3wn 22 дня назад
How to pass data from the adaptive card to power automate.
@FlowJoeVideos
@FlowJoeVideos 16 дней назад
If you’re using the adaptive card in copilot studio, you pass the response to power automate as a parameter.
@timzelikovsky5302
@timzelikovsky5302 23 дня назад
Power Automate Desktop has a 6hour limit of waiting for desktop flow to run while it waits for another desktop flow to run. Any idea on how to increase that limit or remove it?
@FlowJoeVideos
@FlowJoeVideos 16 дней назад
You would need to orchestrate it via power automate cloud.
@timzelikovsky5302
@timzelikovsky5302 11 дней назад
@@FlowJoeVideos I don't think Power Automate Cloud allows you to alter that setting
@pinupolukavya9410
@pinupolukavya9410 27 дней назад
How to cancel a running flow
@FlowJoeVideos
@FlowJoeVideos 16 дней назад
I have a video in my channel showing you how to cancel a lot of flows, but if you want to just cancel a single run, open the run from the information screen and press cancel
@scottthompson4513
@scottthompson4513 Месяц назад
I'm super annoyed that PA automatically creates the loop without asking. when I'm trying to use a "join" or something on a collection it instead creates a loop, and the only way to avoid it is to manually type out the action name. So stupid, ticks me off every time....and with there not being an "undo" capability, then it totally screwws up your flow
@FlowJoeVideos
@FlowJoeVideos Месяц назад
It’s annoying sometimes, however you can modify the action that has had the loop auto-added to do something similar to what I e done then drag that action back out of the loop. You can then delete it as a work around.
@MrTC-rv3jo
@MrTC-rv3jo Месяц назад
can you do this with Power Automate on the cloud?
@FlowJoeVideos
@FlowJoeVideos Месяц назад
Yes the logic will be similar
@makaveli2183
@makaveli2183 Месяц назад
What if I would like to sort descending?
@denji3397
@denji3397 Месяц назад
Is it possible to embed this in a azure cloud web application?
@iGuide_net
@iGuide_net Месяц назад
These would be great if they weren't so expensive. flat $200/mo for 12,000 q/a pairs. $200/mo for each 12,000 additional.
@mirzatanjic
@mirzatanjic Месяц назад
Thank you. How to calculate duration between two dates in format Y M D ?
@Wasyk
@Wasyk Месяц назад
it gets only first 50 items. But what if you have 1000.
@FlowJoeVideos
@FlowJoeVideos Месяц назад
You can add a loop with an if inside, if the items returned are zero set the loop item to 1 else leave it at 0 and keep cycling through.
@ZeeNoorTrip
@ZeeNoorTrip Месяц назад
Hi, I command in your other video as well. I literally like the content you show. I was actually making same way but i want to have two option where i can select one of it like website then I want a user can ask anything relating to that source data. so i am wondering how can i make an option and make two generative answers with different documents
@ZeeNoorTrip
@ZeeNoorTrip Месяц назад
Hi, Thank you for the video. I want to know what If i use a document instead of a message. for example when you add the website and start conversation and asking query regarding the url and you get answers. what If i upload two url and each one in different topic, when i select one then i start making conversation related to that url only.
@kadinamkulam
@kadinamkulam Месяц назад
@Flow Joe, do u have video on how to handle conditions eg, thumbs up /thumbs down ?
@myherbs
@myherbs 2 месяца назад
What if I want to convert a Text Formula to Number in Power Apps, say, "1/2" and I expect to have 0.5?
@FlowJoeVideos
@FlowJoeVideos Месяц назад
You could create a switch statement to handle that such as Switch( value, “1/2”, 0.5, “1/4”, 0.25, “3/4”, 0.75) for example. You can then find and replace in the original text the output of the switch.
@myherbs
@myherbs Месяц назад
@@FlowJoeVideos , thanks for your replied. But seems not what I want. I’m using data verse collecting data, say Data point A, Data point B and Data point C. I want to do calculations in Power Apps Canvas App, once user input the value of A and B, the it can use the formula column to calculate A/B or B/A or any latest need for this formula and save as Data point C’s value. Your suggestion is good idea for static assumption of prediction. And I need dynamic. Anyway, thanks for your reply again
@tareqhameed7208
@tareqhameed7208 2 месяца назад
Can we pass HYPERLINK over teams via power automate?
@anubislockward3750
@anubislockward3750 2 месяца назад
Greetings. First of all, really informative video. I managed to implement this in Copilot Studio and it is working really well. But the simulated prompt is not working when I publish the bot in Microsoft Teams. It just says that my "response was sent to the app", but then does nothing else. The prompt is correctly triggering the Topic when used in Copilot Studio, but does nothing when used in Microsoft Teams. Do you have any idea why?
@ravichandrasurabhi9149
@ravichandrasurabhi9149 День назад
I'm experiencing same issue. You were able to figure out any alternative? Your response is much appreciated. Thank You
@mikepowers4767
@mikepowers4767 2 месяца назад
Great video. Thank you!
@lsuremusic3787
@lsuremusic3787 2 месяца назад
hello, i want to iterate over the html elements, and want to extract multiple data based on id of any other attribute in UIPath there is a findChildren() function which gets me the child elements and iteratable, how to achieve the same in power automate?
@FlowJoeVideos
@FlowJoeVideos 2 месяца назад
Is it a list or table you’re working with?
@lsuremusic3787
@lsuremusic3787 2 месяца назад
@@FlowJoeVideos its not a list or table, its just a webpage having multiple pages(next->), i have to extract data from it, since the tags and element inside it are not structured, i am not able to get everything, i thought to loop over some tags and extract the data one by one and paste in my template but not able to iterate over any UI element,
@bruno5601
@bruno5601 2 месяца назад
Spend already threee days creating an overcomplicated solution to do something like this. Didn't worked until now, but you did man.
@shubhabratadey
@shubhabratadey 2 месяца назад
Hi, I need to perform some actions on SharePoint excel files located in a specific folder based on their names. The file names are always in 'ABCD_ddmmYY.xlsx' format. I need to create the Flow based on the Conditions below: Condition 1: If the file is not more than 14 days from today then it should be kept as it is Condition 2: If the file belongs to the last day of every month or it is the last file of that month whether it is on last day or not then it should be kept as it is, it may have come on the very last day of that specific month or it may have come prior to that but that was the last file for that particular month. I am able to address Condition 1 completely and Condition 2 partially i.e. if it has come on the very last day of the month or not. But I can't seem to address a scenario like if I have received the file on 21st and that was the last file for that particular month. Then this file will become the last file as it is the MAX date. Can you please help? I just need help in identifying the MAX date for a specific month based on ddMMyy portion from each of the file names.
@DaniloSange
@DaniloSange 2 месяца назад
How Can I add extra objects in a custom object?
@VANDIK01
@VANDIK01 2 месяца назад
Hi Joe, great step-by-step, it's possible to cancel a Flow based on the ID item? Example, I have many requests created from SharePoint list, and I need to cancel the flow that it's associated with the ID of the list, it's possible to achieve this one? thanks in advance 👋
@DavidWhite-ci2tc
@DavidWhite-ci2tc 2 месяца назад
Quick quetion: how did you activate the top left hand box with animation of conversation, was that on a desk top window or your phone? I worked out voice assistant only relly works on mobile presenly, so I guess it's synching your mobile and desktop actions as best you can 😀
@FlowJoeVideos
@FlowJoeVideos 2 месяца назад
I used my phone and just recorded it’s screen, the audio is all from my mic. You’re correct there’s no voice input on desktop yet unfortunately!
@henrychoi3809
@henrychoi3809 2 месяца назад
Thanks for the video. I need the solution to workaround bypass the SharePoint list, I just need a simple upload from Power Apps to Azure blob storage. I have downloaded the zip file you provided but I cannot import to my sandbox environment. Are you able to explain which step you skipped in your current video to do the bypass SharePoint list?
@davetw
@davetw 2 месяца назад
This was a great solution, helped me over a similar problem. I'd really like to be able to do this within the table and save the rank as a new column in the table. Calculated columns and formulas don't seem to cut it. Using this method and writing back but feels unnecessarily clunky.
@freedomandfun
@freedomandfun 3 месяца назад
hi, how do I check first or last day of the sprint in Azure?
@joernbuelow1498
@joernbuelow1498 3 месяца назад
Thank you for the video. What I do not understand is where get the Thumbs up / down their function in Copilot Studio so the new request is generated?
@FlowJoeVideos
@FlowJoeVideos 3 месяца назад
The thumbs up/down is part of the adaptive card using an image as a trigger that passes back a chat using the data tag when the user presses it. For example if I press the thumbs up as the user I would then say ‘yes this helped’ or something.
@digivod6897
@digivod6897 3 месяца назад
How to disable reference links or documents from the generative answers? Want to see only answer text without links.
@joernbuelow1498
@joernbuelow1498 3 месяца назад
in the generative anwsers task just go to Data soruces edit and left at the bottom "Advanced" and disable Send a message - then you can set the variable to the answer and place a message just with the answer text.
@Inno94709
@Inno94709 3 месяца назад
Great content. Buy vidbseems to be 360p and super blurry on my screen. I tried to upscale, but keeps dropping back to unreadable 360p. Any ideas?
@FlowJoeVideos
@FlowJoeVideos 3 месяца назад
Hi! If you click on Settings>Quality on RU-vid you should be able to select 1080p, just tried it while signed out and it appears to be working!
@ajayrathod7777
@ajayrathod7777 3 месяца назад
How can we add now function in date picker in powerapps?we want to record date and time submission both
@grilo7805
@grilo7805 3 месяца назад
Hi can I do this somehow in a "text imput"field ?
@ammadkhan4687
@ammadkhan4687 3 месяца назад
I never could thought that of my own. your are a genius.
@markevans3026
@markevans3026 3 месяца назад
Hello, before I give up do any of your videos cover the following. Form/ power automate multi choice option in the form and let’s say it’s 3 options. Whatever option Is selected an email gets sent to the email attached to that option. All options have different emails attached. Please can you point me to the correct video. At present every email comes to me even when it’s set for another email address. Cheers
@smanzoli
@smanzoli 3 месяца назад
I use Power Automate Desktop and it's a 100% different app... it's crazy Microsoft has created 2 completely different versions of the same app
@FlowJoeVideos
@FlowJoeVideos 3 месяца назад
Power automate desktop and cloud are the same brand but one is API cloud based and one is RPA. Power Automate and Power Automate Desktop are two different products under the same branding, they’re not so much different versions but rather different products for different purposes.
@smanzoli
@smanzoli 3 месяца назад
I use Power Automate Desktop and everything is like 100% different, better and easier
@FlowJoeVideos
@FlowJoeVideos 3 месяца назад
Power automate desktop and cloud are the same brand but one is API cloud based and one is RPA. Power Automate and Power Automate Desktop are two different products under the same branding, they’re not so much different versions but rather different products for different purposes. Things for API based approaches are faster and easier on Power Automate cloud whereas Desktop is an RPA based product.
@NileshThonte
@NileshThonte 3 месяца назад
what if i integrate it in custom website and website is password project how ai will extract this information from this website to provide response
@FlowJoeVideos
@FlowJoeVideos 3 месяца назад
If it’s a custom website that’s behind a password, it will not have access to the information so it will not work, you will need to pivot and make api requests for the information.
@rrawat9026
@rrawat9026 3 месяца назад
Thanks.. struggling for it since 2 hrs..thanks a lot
@SagarS-nb9ek
@SagarS-nb9ek 3 месяца назад
how about creating a matrix and providing checkbox ? will it need gallaery inside gallery ?
@FlowJoeVideos
@FlowJoeVideos 3 месяца назад
Just to clarify; So you’re looking at providing a check box for multiple relationships from one record in a gallery?
@SagarS-nb9ek
@SagarS-nb9ek 3 месяца назад
@@FlowJoeVideos Horizontally i hv list of roles, vertically user list Checkbox against each combination. Something like we experience when we add/remove privileges while editing security role in model driven app
@MarwaYasser1
@MarwaYasser1 4 месяца назад
Thank you for such an informative video!
@user-fl1bk3th4s
@user-fl1bk3th4s 4 месяца назад
Thanks Joe, is there any difference between substring() and Slice() ? Or specific case to use Slice () function
@FlowJoeVideos
@FlowJoeVideos 4 месяца назад
Slice returns a substring by specifying the starting and ending position of the string inclusive of the Starting Index. Substring returns a substring starting from the specified index and goes till the number of characters that you want in the substring. So the difference is being able to set an amount of characters from the initial index for x amount of characters vs taking two specific points with a start and end. So they’re similar, but have different use cases.
@jatinparmar852
@jatinparmar852 4 месяца назад
Hi Joe, thanks for the video! How did you remove citations from your Generative AI response?
@FlowJoeVideos
@FlowJoeVideos 4 месяца назад
At the time of recording, when you place the response variable into an adaptive card, it removes the references. You can however use PowerFX to remove elements from the returned response as they’re just referenced. So, for example you could target everything up until a http and remove the rest.
@JM-db1jy
@JM-db1jy 4 месяца назад
thanks a lot!! you've been a great help!
@user-co5cy4ei9t
@user-co5cy4ei9t 4 месяца назад
Do a google search for "Microsoft learn Cancel flow runs in bulk" and look at the 2nd half of the page that comes up.
@anandasanyal
@anandasanyal 4 месяца назад
Great post Joe. An observation, when I use the same in team, the images are not showing. but it's showing in copilot studio. Is it some issue with adaptive card.? many thanks.
@FlowJoeVideos
@FlowJoeVideos 4 месяца назад
I believe Microsoft Teams only supports Adaptive Cards version 1.2 so you will have to use that if you were wanting to push adaptive cards to teams; Check out; www.flowjoe.io/2021/05/25/getting-started-with-creating-adaptive-cards-for-microsoft-teams/
@anandasanyal
@anandasanyal 4 месяца назад
@@FlowJoeVideos Tried with Adaptive Cards version 1.2 , but same results. Thanks
@sammi1651
@sammi1651 4 месяца назад
⭐ Promo-SM
@user-mz6zy2fl2p
@user-mz6zy2fl2p 4 месяца назад
Fantastic video; thank you; how about covering topic ... create custom answers properties as it is not clear whether one can add a public website which is additional to the 4 public website max; also should like to see if the topic you create confine answer to the added public website.
@FlowJoeVideos
@FlowJoeVideos 4 месяца назад
The topic specific generative answer node is completely separate so it won’t count towards the maximum used in the Generative Ai section. The answer is the confined to that specific topic unless you reroute to the end of conversation topic and conduct the gen answers call there.
@RyanSmith-mh1lj
@RyanSmith-mh1lj 4 месяца назад
Hi Joe, I have followed through your steps (I am using SharePoint), it works get what I need but then every time Flow runs; it gives me the same name/value. For example if I want to accomplish a user name, it always gives me the same user's name instead giving me the correct name, any idea, how I can fix this? I have been working on this for past 2 days but nothing until I saw your video, any assistance, much appreciate it. Thanks
@user-dw2er1mx9f
@user-dw2er1mx9f 4 месяца назад
Can this be used when authentification is on?