Power Apps Accordion Form (Expand/Collapse Form)

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 74

  • @RaviShankar-ou1ly
    @RaviShankar-ou1ly 2 роки тому

    You are the best Deepak. Your videos always help me to resolve my issue. A big Thanks to you Deepak !!

  • @shaiksamad1562
    @shaiksamad1562 3 роки тому +1

    Deepak.. you are just Brilliant..

  • @radiosonicfan1726
    @radiosonicfan1726 2 роки тому

    Excellent lesson. Clear explanation and simple to execute. Thank you. Appreciate video clocks in under 20 minutes.

  • @bhainsley
    @bhainsley 3 роки тому +1

    Brilliant and economic 'coding', patient delivery and teaching. Good stuff! Really liked the way you used a variable for the mode of the form.

  • @ppei2012
    @ppei2012 3 роки тому +1

    Wonderful! Your explanation is very clear. I am very glad to find your channel. Thank you!

    • @DeepakShrivastava
      @DeepakShrivastava  3 роки тому

      Thanks a lot... don’t forget to share my channel with your friends 😀

  • @barbaraberger4087
    @barbaraberger4087 2 роки тому +5

    Cool stuff, however if the form is in View mode the +/- (expand/collapse) icons don't work because they inherit the display mode from the form, right?

  • @ShakespearesAriel
    @ShakespearesAriel 2 роки тому +3

    If I have a variable that sets the form to View when I navigate there, the accordion aspects do not work unless the form is in edit mode. Is there a work-around for this?

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      Same logic should work with view form, I have not tried but will give a try.

  • @ArohShukla
    @ArohShukla 3 роки тому +1

    This is so brilliant!! thanks a lot for sharing

  • @vtez2978
    @vtez2978 2 роки тому

    Well done/delivered - easy to follow - and learn.

  • @meenadalvi9743
    @meenadalvi9743 7 місяців тому

    Hi Deepak what have you kept in the on select property of zoom in and zoom out in earlier part of video?

  • @FarhanKhan-lr4tv
    @FarhanKhan-lr4tv 3 роки тому +2

    How we change Varshowfield value..?
    Are you declaring this variable anyother control.?

    • @stRessem
      @stRessem 3 роки тому +1

      Did you find a solution? I have not yet.

    • @FarhanKhan-lr4tv
      @FarhanKhan-lr4tv 3 роки тому +2

      Yes I found the solution but not like this vedio.
      I have declare a variable and set value different for each expend and collapse icon now click on icon set variable value true like example on select collapse icon and on select expand icon Set(VarExpande,2) now in each card set visible property if (Varcollaps=1,true,false).
      Set (Varcollaps,1)

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому +1

      i hope you have find the fix for the issue.

  • @ppawanmishra
    @ppawanmishra 2 роки тому +1

    Wonderful and very useful video you have created. Bro I have a query I used add icon but when I clicked on icon it’s showed plus icon. Can you please tell how I will get that - minus icon

  • @dakryb
    @dakryb 3 роки тому

    I tried to leave a comment earlier but it seems to have deleted.
    One thing I noticed is that using the toggle doesn't change the expand collapse icons at all. It leaves them all at "expand." I was able to modify it for my purposes by doing the following:
    For the expand icon Visible tag: If(varshowfields=X||varshowfields=-1,false,true)
    For the collapse icon Visible tag: If(varshowfields=-1||varshowfields=X,true,false)
    X= the showfields section in question (1 , 2, 3, etc.)
    I'm not sure if I did that is as efficient as you would have done it, but it worked for me :) Love your videos!

    • @DeepakShrivastava
      @DeepakShrivastava  3 роки тому

      Thanks, and sorry to hear your comment got deleted, not sure how. You are absolutely correct in how you have done it.

  • @CarlosSolisNow
    @CarlosSolisNow Рік тому

    fantastic. Love your approach

  • @Ammuveda
    @Ammuveda 3 роки тому

    It’s very helpful video sir. Thank you so much.

  • @VANDIK01
    @VANDIK01 3 роки тому

    Amazing video, thanks for sharing 😎

  • @Mike-uz3kn
    @Mike-uz3kn 2 роки тому

    Great tips! How did you get the button colors to fade as shown in the initial app?

  • @adventureDad1976
    @adventureDad1976 Рік тому

    can you use the logic without a variable? such as If(button6=1,Set(something, something? I like to use ut without the variable

  • @TheZoecastillo
    @TheZoecastillo 3 роки тому +2

    First of all thanks for the comprehensive video!
    I just wanted to ask how you save the EditForm to your data after creating a new entry? Do you do it with SubmitForm? I have been having problems getting that to work, so I just wanted to make sure I'm on the right track.
    Thanks so much!

  • @sumanaus
    @sumanaus 2 роки тому

    Nice and easy to understand...

  • @wacky037
    @wacky037 3 роки тому +1

    Can you provide the excel sheet that you used for this? I have a different dataset and it would be useful to see how to organize it

  • @Thomas-u7p2q
    @Thomas-u7p2q Рік тому

    Very nice!
    May I ask where you define the variable "varshowfields" first before using it in the If..case within the buttons? It has to be defined before I think...
    Many Thanks!

    • @adventureDad1976
      @adventureDad1976 Рік тому +1

      Good Morning, I was battling this question also. The variable is declared at the IF statement on the Button's OnSelect field. If(varshowfields=1,Set(varshowfields,0),Set(varshowfields,1)). It is the very first varshowfields in the statement. If you are having problems with the button not working, just like I did...LOL, on the Edit Form, switch the default mode from Edit to New then press play. This helped me and it worked.

    • @sanskritisabhayta
      @sanskritisabhayta 7 місяців тому

      @@adventureDad1976 thank you so much, yes it is working,thankyou so very much.

  • @blessingogiata3966
    @blessingogiata3966 3 роки тому

    This is great and very helpful!!!

  • @arvindverma842
    @arvindverma842 2 роки тому

    Wonderful video sir. I have a question though. What if we have multiple data input options both vertically and horizontally.
    Like 3 data input menus in first row then 4 and then 5. And I want to hide them by clicking a button so that next set of similar options become visible.
    How do I do that?

  • @peanuttv6748
    @peanuttv6748 Рік тому

    hi this method works on Add items but how about on Edit mode?

  • @Mogwai-jn7cz
    @Mogwai-jn7cz 10 місяців тому +1

    The buttons are selectable when the form is in "view". What is the work around?

    • @DeepakShrivastava
      @DeepakShrivastava  10 місяців тому

      You can add logic to disable button when form is in view mode.

  • @maiacarter9587
    @maiacarter9587 2 роки тому +1

    Is there a way to have the form in viewable mode but keep the accordion aspect?

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      Yes. Accordion behavior is not dependent on Form mode (view/edit). you just need to set the form mode to view.

    • @amywalakovits396
      @amywalakovits396 Рік тому

      @@DeepakShrivastava How did you accomplish this? Mine is not working in View Mode, only Edit Mode. TY!

  • @SouravPrakashMohanty
    @SouravPrakashMohanty 10 місяців тому +1

    hi, where can I find the dataset file or for practice ?

  • @ardianug
    @ardianug 3 роки тому +1

    nice deepak, I'm new learner for PowerApps
    could we use for deferent form? it means deferent list..

    • @DeepakShrivastava
      @DeepakShrivastava  3 роки тому

      Yes, definitely. but you may need to update the logic a bit.

  • @frederickching5488
    @frederickching5488 3 роки тому +1

    How can you expand 2 or more sections simultaneously? You can only expand one at a time here. Please help

    • @DeepakShrivastava
      @DeepakShrivastava  2 роки тому

      You need to update the show/hide logic , but i wonder that will not be a simple logic to write.

  • @LoveCodingAndPlay
    @LoveCodingAndPlay Рік тому

    great video sir

  • @bestdeals329
    @bestdeals329 2 роки тому +1

    Hi, when I change my form-display mode to view mode the collapse not working can you help me with that

  • @yogeshkumarkumawat
    @yogeshkumarkumawat Рік тому

    Hi Deepak- Your videos are such a life saver for my kind of people.
    i have a question.. can we create dynamic forms in power apps like Microsoft forms.
    I have scenario whereas we have 30 customers which will create questionnaire on Powerapps..questions can be Yes/ No. Or text types..count of questions may vary . After creating the questionnaire, other users will have to answer those questions...
    Can we do it on power apps..

  • @donan2694
    @donan2694 5 місяців тому

    Please guide me how to use it for Gallery. Thanks

  • @cutie-g8k
    @cutie-g8k 10 місяців тому +1

    How to add user using Azure AD Connector by Power Apps in entra id?

  • @igorrodrigues1185
    @igorrodrigues1185 3 роки тому

    Gratz!!!!

  • @ratanmishra3513
    @ratanmishra3513 3 роки тому

    Thanks, It helped!

  • @sumanaus
    @sumanaus 2 роки тому

    Accordions are not working in view but works in new and edit..how can I fix it??

  • @thameralreefy
    @thameralreefy 3 роки тому

    Thank you so much

  • @bhkanchana8044
    @bhkanchana8044 3 роки тому +1

    iam doing same bro,but it came missmatch