Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Need to show Day wise list gallery view

Posted on by 73

I am trying to make a food service app for my organization. where we have a different food menu for each day of the week. Now on the home page, I want to show the current day's food menu. 

 

List of Food Menu

Zubayer_0-1675924492433.png

The default view is this.

Zubayer_1-1675931572581.png

 

but I want to show only the current-day menu. 

 

i have trying filter formating 
Filter(
'Daily Food Item',
Title = Weekday( Now() ).Text
)

Zubayer_2-1675931954653.png

 

need help to fix this. 

 

Zubayer_0-1675932081806.png

 

Categories:
  • BCBuizer Profile Picture
    BCBuizer 21,956 on at
    Re: Need to show Day wise list gallery view

    Hi @Zubayer ,

     

    What @v-liwei-msft said, but use one extra d:

     

    Filter(
    'Daily Food Item',
    StartsWith(Title,Text(Now(),"dddd"))
    )

     

  • Verified answer
    v-liwei-msft Profile Picture
    v-liwei-msft on at
    Re: Need to show Day wise list gallery view

    Hi @Zubayer 

     

    Please try:

    Filter(
    'Daily Food Item',
    StartsWith(Title,Text(Now(),"ddd"))
    )

     

    Best Regards,

    Levi

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,246

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,884

Leaderboard