Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Order Form Display

(0) ShareShare
ReportReport
Posted on by 143

Hi Community, In my powerapps Form there are more than 40 datacards, It is connected to DB. I want to display the fields which contain values first then afterwards I want to display the value which doesn't contain value. For some Items , some datacard has value , for other it doesn't

 

sahachiranjit32_0-1685091823795.png

 

  • Verified answer
    sahachiranjit32 Profile Picture
    143 on at
    Re: Order Form Display

    Hi @BCBuizer  and Community,

     

    It is possible to dynamically re order the data card based on value present . I've manipulated Y position of form control. so in the first datacard (DataCard1) I've written Y property-  

    If(IsBlank(DataCardValue1), 62,0

    and in 2nd datacard- 
    If(IsBlank(DataCardValue1), 'DataCard1'.Y+62,'DataCard1'.Y) and so on .. It is working now
  • BCBuizer Profile Picture
    22,262 Super User 2025 Season 1 on at
    Re: Order Form Display

    Hi @sahachiranjit32 ,

     

    I understood your requirement, but it is not possible to dynamically set the order of the datacards. This is why I suggested to workaround with having two sets of datacards. By making the cards in the first set only visible if they have a value, and making the datacards in the second series only visible if they don't have a value, the result will be as you described: First see the datacards that do have a value and then the cards that don't have a value.

  • sahachiranjit32 Profile Picture
    143 on at
    Re: Order Form Display

    Hi @BCBuizer ,

     

    Actually as per my requirement I don't want to hide the DataCard. I need to appear them at last 

  • BCBuizer Profile Picture
    22,262 Super User 2025 Season 1 on at
    Re: Order Form Display

    HI @sahachiranjit32 ,

     

    I don't think it is possible to dynamically re-arrange the order of the datacards in a form.

     

    A workacround I can think of to achieve a smiliar effect is to add all datacards twice, so you have two sections of datacards. Datacards in the first section should only be visible if their value is not blank, whereas datacards in the second section are only visible when their value is blank.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1