- 9
- 15 783
Pragmatic Tricks
เข้าร่วมเมื่อ 4 เม.ย. 2022
Power Automate - Relate records and Unrelate record
This video explains the usage of Relate records and Unrelate record action steps in Microsoft Power Automate Flow
Real time usages of the Relate and Unrelate records actions are explained in the video.
Real time usages of the Relate and Unrelate records actions are explained in the video.
มุมมอง: 271
วีดีโอ
PowerApps - Upload attachments using Patch Function
มุมมอง 3.7K2 ปีที่แล้ว
This video helps you the power apps developer/user to implement the functionality of uploading attachments to the datasource by using patch function. In some scenarioes patch will be the only option to add/update record. In that scenario, the logic discussed in this session can be used.
Power Automat - Bulk upload to SharePoint List
มุมมอง 5782 ปีที่แล้ว
This video explains you the way to upload records into the SharePoint list from the Excel.
PowerApps - Canvas App Flexible Height Gallery
มุมมอง 1.4K2 ปีที่แล้ว
This video helps to create Flexible Height Gallery and also shows the difference/advantage of Flexible height gallery over vertical gallery
PowerApps - Canvas App Gallery Reordering
มุมมอง 9222 ปีที่แล้ว
This video helps you the power apps developer/user to implement the functionality of ordering a list items based on the order value. This will be helpful for approval order or sequencing a custom order by the user.
Power Apps - Canvas App Gallery Pagination
มุมมอง 4.5K2 ปีที่แล้ว
This video explains how to implement pagination for the Power Apps Gallery. Formula used: ( Replace string greaterthan with greater than symbol) Gallery Property - Items Value - If( Icon1.DisplayMode = DisplayMode.Disabled, LastN( FirstN( Fruit, varPageNo * Dropdown1.Selected.Value ), CountRows(Fruit) - (Dropdown1.Selected.Value * (varPageNo - 1)) ), LastN( FirstN( Fruit, varPageNo * Dropdown1....
Power Apps - Canvas App Popup Dialog box
มุมมอง 4542 ปีที่แล้ว
This video explains how to implement Popup dialog box in the Canvas app(Power Apps).
Power Automate - Relate records and Unrelate record
มุมมอง 3.2K2 ปีที่แล้ว
This video explains the usage of Relate records and Unrelate record action steps in Microsoft Power Automate Flow Real time usages of the Relate and Unrelate records actions are explained in the video.
Power Automate Flow Basic Expressions - Split, Length, First, Empty, Union and Join
มุมมอง 7822 ปีที่แล้ว
This video explains the usage of some basic Microsoft Power Automate Flow Expressions Expressions covered : Split Length First Empty Union Join Real time usages of the above expressions are explained in the video.
Sending the State to a Service or Backend (Optional) If you want to send the state to a service or backend API, you can do so within the onPanelChange method: onPanelChange(event: NgbPanelChangeEvent): void { const panelState = { panelId: event.panelId, isExpanded: event.nextState }; this.myService.updateAccordionState(panelState).subscribe(response => { console.log('State updated on the server:', response); }); }
Hey, Isabela in 2024! I'd just want to thank you for the video! It has helped me a lot! Easy to follow along. Keep up the good work!
Glad it helped!
Whats in VarCustDet? U havent mentioned that.
Love you man you solve my issue bro thank you so much
Always welcome
This is the exact issue i wanted to solve for my project. Thank you so much for this video
You are welcome
Thanks a lot man you're awesome ❤
Glad it helped
Thank you for your work! Love the background music too!
Glad you enjoy it!
*promosm*
Same video but is very useful 🎉❤
I am sure the content is great. i haven't found a single video that deals with this topic. Too bad about the music. I couldn't get through it. Voice to low, music to annoying. Can you republish this video without music? I think the content is super important.
Noted!
This is for you without background music! th-cam.com/video/jIspDgvDJVo/w-d-xo.html
I need ur help pls, I need to do the same for a collection of data as well as an attachment
This is like a meditation video. I did yoga instead!
thx but why this backgroud music in technical videos ? avoid it please
Noted. Thanks
Hello, thanks you for sharing your knowledge. Just in order to be able to understand you better in the videos, it would be better not to have background music.
Noted
Hey, Good day, I need to set default values for a particular field from the get values array, for example in Initialize variable I have a set of array['apple', ball', 'car',] I need to get an only car, not their values, and I need to store an only car in the variable. is that possible? if possible may I know the expression formate
In your scenario, you can loop the array( Apply to each) and then Check the current item equals "car"(If Condition). If Condition is true, set the default value as car else do false statement.
Pls do as step by step components
Thank you for your TIME. I have created this demo app from the scratch only with step by step implementation. But the point is taken. Will try to give more details with clarity.
Concept good... But clarity missing &confusing more
Odataid : DOMAINNAME/api/data/v9.1/EntityName(guid)
Very informative video looking forward to learn more about gallery please
Very nice explanation please make new videos
Thank you :)