Pragmatic Tricks
Pragmatic Tricks
  • 9
  • 15 783
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.
มุมมอง: 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.

ความคิดเห็น

  • @sanjaysanju5833
    @sanjaysanju5833 12 วันที่ผ่านมา

    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); }); }

  • @turisabela
    @turisabela 3 หลายเดือนก่อน

    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!

  • @haris1431
    @haris1431 4 หลายเดือนก่อน

    Whats in VarCustDet? U havent mentioned that.

  • @Mohinidatabase
    @Mohinidatabase 6 หลายเดือนก่อน

    Love you man you solve my issue bro thank you so much

  • @suraksha7965
    @suraksha7965 6 หลายเดือนก่อน

    This is the exact issue i wanted to solve for my project. Thank you so much for this video

  • @ashfaquehashmi6630
    @ashfaquehashmi6630 8 หลายเดือนก่อน

    Thanks a lot man you're awesome ❤

  • @jray1429
    @jray1429 10 หลายเดือนก่อน

    Thank you for your work! Love the background music too!

  • @darnellyork7019
    @darnellyork7019 10 หลายเดือนก่อน

    *promosm*

  • @sughidharshinia12b64
    @sughidharshinia12b64 11 หลายเดือนก่อน

    Same video but is very useful 🎉❤

  • @thomasthuene3173
    @thomasthuene3173 ปีที่แล้ว

    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.

    • @pragmatictricks564
      @pragmatictricks564 11 หลายเดือนก่อน

      Noted!

    • @pragmatictricks564
      @pragmatictricks564 11 หลายเดือนก่อน

      This is for you without background music! th-cam.com/video/jIspDgvDJVo/w-d-xo.html

  • @rizwinahamedc.k7998
    @rizwinahamedc.k7998 ปีที่แล้ว

    I need ur help pls, I need to do the same for a collection of data as well as an attachment

  • @NataliGlodeanu
    @NataliGlodeanu ปีที่แล้ว

    This is like a meditation video. I did yoga instead!

  • @chintandd
    @chintandd ปีที่แล้ว

    thx but why this backgroud music in technical videos ? avoid it please

  • @veerleswartebroekx6816
    @veerleswartebroekx6816 2 ปีที่แล้ว

    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.

  • @cibisaransivaprakasam593
    @cibisaransivaprakasam593 2 ปีที่แล้ว

    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

    • @pragmatictricks564
      @pragmatictricks564 2 ปีที่แล้ว

      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.

  • @damsanivenkat9347
    @damsanivenkat9347 2 ปีที่แล้ว

    Pls do as step by step components

    • @pragmatictricks564
      @pragmatictricks564 2 ปีที่แล้ว

      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.

  • @damsanivenkat9347
    @damsanivenkat9347 2 ปีที่แล้ว

    Concept good... But clarity missing &confusing more

  • @pragmatictricks564
    @pragmatictricks564 2 ปีที่แล้ว

    Odataid : DOMAINNAME/api/data/v9.1/EntityName(guid)

  • @boss231991
    @boss231991 2 ปีที่แล้ว

    Very informative video looking forward to learn more about gallery please

  • @boss231991
    @boss231991 2 ปีที่แล้ว

    Very nice explanation please make new videos