web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Looking if ID matches ...
Power Apps
Unanswered

Looking if ID matches in excel database

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am trying to navigate to another screen when the ticket id of a datacard matches one of the id's in my excel database.

 If(IsBlank(LookUp(DataCardValue24.Text in MancoTabel.'Ticket ID'), Navigate([@Overzicht])))

This is the code that I thought of, sadly this does not work, who can help me?

Categories:
I have the same question (0)
  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    How about using something like this:

    If(IsBlank(LookUp(MacoTabel, 'Ticket ID' = DataCardValue24.Text)), Navigate([@Overzicht]))

    Assuming MacoTabel is the data source (excel table) and Ticlet ID is the column. Also not a 100% sure but depending on how that column is defined, you might have to use Value(DataCardValue24.Text) in the formula above to convert the string to a number/value.

    Let me know if this helps.

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.

    Thanks!
    Hardit Bhatia
    The Power Addict
    https://thepoweraddict.com
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you for your answer 🙂

    If(IsBlank(LookUp(MancoTabel, 'Ticket ID' = DataCardValue24.Text)), Navigate([@Overzicht]))

    This formula worked. How do I make it so it checks everything without the last one? Because when I now submit the ticket it will lookup the ticketID after submitting and then the ticket id will always be in there.

    @PowerAddict 

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    Awesome! Do you mean you want to check the DataCardValue24 against the entire list not including the last record in the list?

    Also, how many rows of data do you have or expect to have in your excel?

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution.

    Thanks!
    Hardit Bhatia
    The Power Addict
    https://thepoweraddict.com
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Yes, this is indeed true. I want to check every row except the last one. I can't say how many rows there will be, since it is a ticket system. @PowerAddict 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 377 Most Valuable Professional

#2
11manish Profile Picture

11manish 165 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 110 Super User 2026 Season 2

Last 30 days Overall leaderboard