Skip to main content
Community site session details

Community site session details

Session Id : cbUwLu6PECuEqfeOkjE8gg
Power Apps - Building Power Apps
Unanswered

Service Desk Example

Like (0) ShareShare
ReportReport
Posted on 16 Jun 2017 11:08:11 by 3,265

Hi there,

 

Quick question?

 

If I want to ADD a new item to be displayed in the ticketType as follow:

 

All tickets
New tickets
Tickets in progress
Tickets on hold "To be replace with Tickets PAst Due"
Tickets closed
Tickets older than 3 days
Tickets opened today
Tickets closed today

Tickets Past Due

 

I have modified the following:

If(ThisItem.TicketTypes="All tickets",UpdateContext({type:"All"}),If(ThisItem.TicketTypes="New tickets",UpdateContext({type:"New"}),If(ThisItem.TicketTypes="Tickets in progress",UpdateContext({type:"In progress"}),If(ThisItem.TicketTypes="Tickets closed",UpdateContext({type:"Closed"}),If(ThisItem.TicketTypes="Tickets Past Due",UpdateContext({type:"Past Due"}))))));If(ThisItem.TicketTypes="Tickets older than 3 days",UpdateContext({datetype:Text(DateAdd(Today(), -3)),type:"Tickets older than 3 days"}),If(ThisItem.TicketTypes="Tickets closed today",UpdateContext({datetype:Text(Today()),type:"Tickets closed today"}),If(ThisItem.TicketTypes="Tickets opened today",UpdateContext({datetype:Text(Today()),type:"Tickets opened today"}))))

 

Biut I cannot get nothing not an empty box once is selected, it keeps the last selection saved.

 

What I have missing?

 Capture2.JPG

Categories:
  • Sajarac Profile Picture
    3,265 on 21 Jun 2017 at 11:23:25
    Re: Service Desk Example

    Thank you very much for your reply, tyes I did, I have added in my data source "Tickest Past Due" and "Past Due" for the dropdown option, I can see both in my form, however when I select "Tickest Past Due" I cannot see nothing in the list, and also when I try to add the properties to change the color all of then goes to black for the fill property.

     

    Capture.PNG

  • v-yamao-msft Profile Picture
    on 21 Jun 2017 at 01:51:10
    Re: Service Desk Example

    Hi sajarac,

     

    Have you replaced all the “Tickets on hold” with “Ticket Past Due” on the data source? And also please make sure you have replaced all the “On hold” with “Past Due” on the app, but not just modify it in the formula you mentioned.

     

    To test this issue, I created an app based on the sample Service desk, then replace all the “Ticket on hold” with “Ticket Past Due” on both data source and app. It worked as expected.

    4.PNG

     

    Please try it again and feel free reply if you are still having this issue.

     

     

    Best regards,
    Mabel Mao

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

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2

Loading complete