Пікірлер
@gilbertpradier
@gilbertpradier 2 сағат бұрын
Hi Reza, thank you for this video. I have 300s different templates in a SharePoint library, user selects the template from dropdown list in power app, based on template selected fields for that specific templates shown dynamically to enter data, upon button click flow should populate those value to selected template from powerapp. Is it possible using Powerapps and Power automate flow...? Note: dynamic templates (multiple templates, one power automate flow to populate.
@gilbertpradier
@gilbertpradier Сағат бұрын
Do I need to build 300 flows for each template or how to dynamically populate values for selected template with one flow...? if one flow then we need to pass the location template file dynamically.
@markotis8763
@markotis8763 2 сағат бұрын
Super helpful. Thank you!
@RezaDorrani
@RezaDorrani 47 минут бұрын
Most welcome
@jepherdselloria7379
@jepherdselloria7379 4 сағат бұрын
I just want to ask regarding about the word trigger. Can I make it not specific to the tickets? Can we generalize it to answer whatever question the user will ask? As long as the answer is within the scope of the documents or data info saved in your sharepoint? If it does, please help 😭
@RezaDorrani
@RezaDorrani 4 сағат бұрын
I dont think so.
@Rich-hm9ux
@Rich-hm9ux 6 сағат бұрын
The dynamicTableColWidth formula is fantastic. I have a really hard time with screen height and responsive screens. Like if I have a form in the main container and I display it on a smartphone, instead of the main container growing it height, it stays the same and puts a scroll bar so you have to scroll to see what is in the container, annoying! I'm wondering if the idea you are using with the dynamicTableColWidth could be used for container height as well? Wondering also if you can have a dynamic screen height as well. Any thoughts on that? If there is a video on this, please let me know. If not, please consider making one. Thanks for all you do for the community. Also, do you do consulting? If so, please let me know.
@RezaDorrani
@RezaDorrani 5 сағат бұрын
I have a Playlist on responsive design. I will recommend checking that out.
@yacobmusic
@yacobmusic 8 сағат бұрын
Thank you Reza! Excelent aportation to the community.
@RezaDorrani
@RezaDorrani 8 сағат бұрын
Most welcome!
@atulvijay100
@atulvijay100 11 сағат бұрын
Hey Reza, great help. I have a small request, can you do some videos using code components available in powerapps.
@RezaDorrani
@RezaDorrani 11 сағат бұрын
You mean pcf? I have done no work there.
@renee0927
@renee0927 12 сағат бұрын
You are moving WAY too fast without much explanation. Other than that, this is good content.
@RezaDorrani
@RezaDorrani 11 сағат бұрын
KZbin has an option to slow down the speed. I have slowed down more in my recent videos.
@anuradhaabewardana314
@anuradhaabewardana314 12 сағат бұрын
Hi Reza, can we append a new data to existing in a multi row column. I have a comment coloum in a list, which i need to append the new comments to the existing. Thank you
@RezaDorrani
@RezaDorrani 12 сағат бұрын
Probably possible but not something I have tried or have a video reference for
@DesOwen
@DesOwen 12 сағат бұрын
Excellently presented Reza. Been working on this concept of mixing canvas and model driven apps over the last two weeks and I can see massive potential for delivering feature rich, stylish pages, especially embedded modal pages etc.
@RezaDorrani
@RezaDorrani 12 сағат бұрын
Great to hear!
@AhmadSaab-x7n
@AhmadSaab-x7n 13 сағат бұрын
Hi Reza, I would like to express my gratitude for this excellent video. Could you please let me know which license I should inform our IT department to purchase for this feature? Additionally, should this license be acquired for all users who will utilize this flow, or is it enough to purchase it just for myself and other user can utilize it?
@RezaDorrani
@RezaDorrani 12 сағат бұрын
You're most welcome! If flow is triggered automatically or on a schedule, then only the flow owner needs a premium licenses. If its a manually triggered flow, then all users who trigger the flow will need the license. There is also a flow process license which allows you to license the flow for entire org.
@AhmadSaab-x7n
@AhmadSaab-x7n 10 сағат бұрын
@@RezaDorrani Thanks alot
@navneetkaur4612
@navneetkaur4612 13 сағат бұрын
Great video as always! Ive been able to follow rhis easily for simple single screen forms. How do i adapt this for a multi screen split form? It will not work for me at all when i use a split form!
@RezaDorrani
@RezaDorrani 12 сағат бұрын
Most welcome! I would have to try this with a multi step form to know the steps or what options are possible. I would recommend checking on forums in case someone has done something similar powerusers.microsoft.com/
@gaborknausz2240
@gaborknausz2240 15 сағат бұрын
Hello Reza! I've got a Power App, where I'm using Patch function to copy data from one Sharepoint list to an another filtered by a date which is given by the user. Most Times I had to patch 100-400 rows, which takes 3-5 minutes - I'm using ForAll - based on the data size. Since the Power Apps runs these functions asynchronously I cannot catch when the run of the function is ended. Is there a way to catch when the ForAll loop is done with the patching? It is essential that the user cannot use the App until the patch is done, so I can use e.g. an indeterminated progress bar to prevent user action... Top of the cake that if the solution also works in case of RemoveIf function when I remove these lots of rows from the original Sharepoint list... Thanks!
@RezaDorrani
@RezaDorrani 13 сағат бұрын
I suggest using collection technique to patch all data at once rather than using a for loop. I do not have a specific video reference on the mentioned scenario and would have to try it out to provide guidance. I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
@smash461986
@smash461986 16 сағат бұрын
$83 for lunch? What an absolute chancer. I wouldn't pay for that if I were your boss. Get a sandwich.
@RezaDorrani
@RezaDorrani 13 сағат бұрын
Ok
@rrawat7022
@rrawat7022 16 сағат бұрын
Is there any way that we can embedd this co-pilot bot in Power BI reports
@RezaDorrani
@RezaDorrani 13 сағат бұрын
I’m not aware of an option to do that
@reginapanganiban1951
@reginapanganiban1951 17 сағат бұрын
Reza is there a way hide the existing inputs from the datasource? Wanted to create a function only show new entries?
@RezaDorrani
@RezaDorrani 13 сағат бұрын
I dont remember the technique used in this video as I have done multiple grid based videos. One option would be to start with an empty collection for the grid.
@doanlang06
@doanlang06 17 сағат бұрын
Thank you so much! you made my day
@RezaDorrani
@RezaDorrani 13 сағат бұрын
You're most welcome!
@Nj-hw2cv
@Nj-hw2cv 18 сағат бұрын
Hi Sir, i have a vertical gallery having list of train Numbers Stored in a collection then inside the vertical gallery i added a horizontal nested gallery my question is how to access the trainno of outer vertical gallery inside the horizontal gallery? selected need not be used because i need to show all at same time like in 12:05
@RezaDorrani
@RezaDorrani 13 сағат бұрын
I would have to try that out to know how to do it. I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
@Amr-fc1kd
@Amr-fc1kd 19 сағат бұрын
Could you do a tutorial for converting an sharepoint aspx page to pdf
@RezaDorrani
@RezaDorrani 13 сағат бұрын
I make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
@binaryaction5
@binaryaction5 19 сағат бұрын
@reza - how could I add the lookups that power automate use like location (to select Onedrive) or file (to select the filename) into a Canvas app?
@RezaDorrani
@RezaDorrani 13 сағат бұрын
I do not have a video reference on the mentioned scenario and would have to try it out to provide guidance. I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com
@AB-iq9rl
@AB-iq9rl 22 сағат бұрын
I truly appreciate for the sharing fabulous knowledge! Can you show how to export over a million records from a large table? directly to the local drive in the laptop...
@RezaDorrani
@RezaDorrani 22 сағат бұрын
I don't think a million records is supported. I don't have any video references on storing info on local drives. Not something I have tried.
@RiyaVirani-c5w
@RiyaVirani-c5w 23 сағат бұрын
I am facing an issue when using the same formula. I am creating the file on OneDrive instead of Sharepoint. The error says that the result of First(attach.Attachments).Value is a String where as my Power Automate flow expects a blob type input.
@RezaDorrani
@RezaDorrani 23 сағат бұрын
Video description has link to download entire solution (members only - check description for details) I would suggest giving that a try. As for the issue mentioned, I have not experienced it and hence not sure what the cause for it could be. I will recommend posting your issue on forums in case someone has experienced something similar powerusers.microsoft.com
@kannankarmegam-bne
@kannankarmegam-bne 23 сағат бұрын
Hi Reza, I need guidance on when we should use Modern control and creators kit. Are there any plans discontinue creators kit and include all those controls in Modern? for example Dialog, Panel etc
@RezaDorrani
@RezaDorrani 23 сағат бұрын
I am not aware of any plans around deprecation or whether or controls will come to modern. My guidance is simple - start with modern and if the control is not available - then use creator kit
@nico51528
@nico51528 23 сағат бұрын
Ok, pero para compartir el formulario a personas fuera de la organización es posible?
@RezaDorrani
@RezaDorrani 23 сағат бұрын
No
@tibobago
@tibobago Күн бұрын
Can't believe you're replying to nearly every comment! ✨✨
@RezaDorrani
@RezaDorrani Күн бұрын
I am! You will have to believe it 😊
@DEEPAK-cf7rz
@DEEPAK-cf7rz Күн бұрын
Hello, I have to fill cell specific excel data in item list. Means excel cell number/text B3, E5, A10, F4 data to be fetched in item list. Can you suggest any of video available for this requirement.
@RezaDorrani
@RezaDorrani Күн бұрын
I do not have any specific video on your requirement
@prudhvilanka
@prudhvilanka Күн бұрын
Hey Guys, All is well in the Video but can anybody tell me what has he written in the Sumit Button ? Is it only SubmitForm or anyhting else ?
@RezaDorrani
@RezaDorrani Күн бұрын
He has written SubmitForm. He should have shown that in video.
@ThreeDigitIQ
@ThreeDigitIQ Күн бұрын
How do you populate repeating sections inside repeating sections (like an array inside and array) ? [ { "PortfolioName": "Portfolio A", "Projects": [ { "ProjectName": "Project 1" }, { "ProjectName": "Project 2" }, { "ProjectName": "Project 3" } ] }, { "PortfolioName": "Portfolio B", "Projects": [ { "ProjectName": "Project 4" }, { "ProjectName": "Project 5" } ] } ] Word seems to allow it, buy Power Automate doesn't recognize the embedded repeating section
@RezaDorrani
@RezaDorrani Күн бұрын
Not a supported feature!
@JavierLopez-k4j
@JavierLopez-k4j Күн бұрын
Hello Reza, is there any way to send an image to a group channel on team using power automate? I have tried but with thumbnail, however the resolution is very bad even though that i use size = large. you are doing an excellent job, i love your videos
@RezaDorrani
@RezaDorrani Күн бұрын
Thanks so much for watching and loving the videos. I have not done much work with flow and group channels. I will recommend checking or posting your query on forums in case someone has done something similar powerusers.microsoft.com/
@ravindrasinghkushwah7387
@ravindrasinghkushwah7387 Күн бұрын
I am having multiple form controls on a screen. They all have different submit buttons. I am using first form control as primary form and am submitting it on all the submit buttons
@ravindrasinghkushwah7387
@ravindrasinghkushwah7387 Күн бұрын
The issue is I have written Patch function for other form.updates on the success prop of main form control. It's not working. Can you explain why? No error msg even
@RezaDorrani
@RezaDorrani Күн бұрын
I have no clue why it would lead to an issue as I would have to reproduce your scenario to know more. I will recommend checking or posting your issue on forums in case someone has done something similar powerusers.microsoft.com/
@maurenciocs
@maurenciocs Күн бұрын
I have followed all the steps in your tutorial, but I can't get the image. When the word document is generated, I get an error on the image that says "The image cannot be displayed"
@maurenciocs
@maurenciocs Күн бұрын
The problem was because I inserted the image in the header of the document, apparently it is not supported that way. Solved 😁
@RezaDorrani
@RezaDorrani Күн бұрын
Looks like you solved it based on your response comment
@maurenciocs
@maurenciocs 10 сағат бұрын
@@RezaDorrani Yes sir. Thanks you for the video! Very helpful
@phillholden6967
@phillholden6967 Күн бұрын
Great video, as always Reza! The modern controls look great. However, I have noticed that they are quite glitchy, especially the table. When filtering it, it often doesn't filter correctly. I hope these issues will be improved in the future.
@RezaDorrani
@RezaDorrani Күн бұрын
Modern table control is in preview. Having said that, I have not faced any issues related to filtering.
@enzojbasile
@enzojbasile Күн бұрын
Hey! I am dealing with the table and I noticed that I am not being able to show date only (without time). I have configured a column in dataverse with date only, and I expect the column to only show the date also (without time). Have you figured out somehow to achieve this? Thanks!
@RezaDorrani
@RezaDorrani Күн бұрын
That is a current bug
@enzojbasile
@enzojbasile 16 сағат бұрын
​@RezaDorrani thank you! I tried a lot of Things yesterday to get that working but it's a deal breaker, I will set up a normal table. Thanks again!
@HundreadMC
@HundreadMC Күн бұрын
Made one of these last year to export a form display; from a container to a downloadable pdf, now lets see how I should have made it :D
@RezaDorrani
@RezaDorrani Күн бұрын
:)
@gpowanda
@gpowanda Күн бұрын
when entering the Approvers in the sequence that I want for some reason they are always being resorted placing mine name first? When I export the list into Excel, there are numbers after the Approvers names and I do not know where these numbers are coming from?? Any Suggestions?? This is in my list that is equivalent to your Expense Types list
@RezaDorrani
@RezaDorrani Күн бұрын
Use technique shown here - kzbin.info/www/bejne/fGmUaoiVoZVqp6s It uses a different list for sequence and numbering mechanism
@gpowanda
@gpowanda Күн бұрын
@@RezaDorrani Thank You!!
@IshratKhan-l2w
@IshratKhan-l2w Күн бұрын
I tried to follow this video... But form validations are not working... Can someone please guide...
@RezaDorrani
@RezaDorrani Күн бұрын
Video description has link to download entire solution (members only - check description for details) I would suggest giving that a try.
@inesbargach1509
@inesbargach1509 Күн бұрын
Hello, thanks Reza for this video, very clear as always. One question thought, we cannot filter the columns by values ? Like in a modern driven app ? For example when is a text column using filters as "Contains Data"... ?
@RezaDorrani
@RezaDorrani Күн бұрын
kzbin.info/www/bejne/f5nJc4OBjp2np8U
@inesbargach1509
@inesbargach1509 16 сағат бұрын
@@RezaDorrani Thanks for the answer but I meant natively as the grids used in Model driven apps, so as I understand it doesn't exist out of the box. We have to do them the traditional way.
@aamiuk1
@aamiuk1 Күн бұрын
Reza when can we expect a video an end to end video of integrating Gen AI with PowerApps with lot of noise that's around regarding the same a video will help us
@RezaDorrani
@RezaDorrani Күн бұрын
I have not heard any noise from anyone :) I make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.
@isBessem
@isBessem Күн бұрын
Greetings from Tunisia, Reza! Could you please help with fomula to hide/show entire section in SP List instead of single field?
@RezaDorrani
@RezaDorrani Күн бұрын
I don’t think there is an option to do that. You can only do per field.
@ruthjenifer2716
@ruthjenifer2716 Күн бұрын
Hi Reza, can we move the flow to another environment and would it still be connected to the excel file and triggers from the new environment?
@RezaDorrani
@RezaDorrani Күн бұрын
Currently, it only works from default environment
@ruthjenifer2716
@ruthjenifer2716 Күн бұрын
@@RezaDorrani Thanks for the confirmation
@tarunsharma1428
@tarunsharma1428 Күн бұрын
what is the workaround if I am getting an error while fetching manager details. 17:39
@RezaDorrani
@RezaDorrani Күн бұрын
What is the error message for you?
@YousefMohamed-ye6op
@YousefMohamed-ye6op Күн бұрын
how did you put different pictures for different products?
@RezaDorrani
@RezaDorrani Күн бұрын
Products? What time in video was it shown?
@YousefMohamed-ye6op
@YousefMohamed-ye6op Күн бұрын
@@RezaDorrani 17:46, pictures were there for the gallery. Could you please let me know how you did it!
@RezaDorrani
@RezaDorrani Күн бұрын
@YousefMohamed-ye6op I have attachments for list item where I uploaded images. There I show the first attachments image