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 / How to get value from ...
Power Apps
Answered

How to get value from table,[Object,object]

(0) ShareShare
ReportReport
Posted on by 8

as this picture, how can I get values from the other table?

LazyLazy_0-1607078903136.png

any ideas,please.

Categories:
I have the same question (0)
  • timl Profile Picture
    37,212 Super User 2026 Season 1 on at

    Hi @LazyLazy 

    If you call the the Lookup function instead of Filter, that should resolve the problem for you. This will return the first record in Test_Requester where the title field matches the email address of the current user.

     

    Lookup(Test_Requester, User().Email = Title).Req_Approver

     


    Another comment I have is that you should consider saving the value of User().Email into a variable, and to use that in your condition. This will prevent a potential delegation problem.

  • Verified answer
    WarrenBelz Profile Picture
    155,766 Most Valuable Professional on at

    Hi @LazyLazy ,

    That is a Delegation error as User().EMail is not Delegable.

    Firstly, at App OnStart, do this

    Set(varUserMail,User().Email)

    then this should work

    Filter(
     Test_Requester,
     Title=varUserMail
    ).Req_Approver

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

  • WarrenBelz Profile Picture
    155,766 Most Valuable Professional on at

    Hi @LazyLazy ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 491

#2
WarrenBelz Profile Picture

WarrenBelz 407 Most Valuable Professional

#3
11manish Profile Picture

11manish 331

Last 30 days Overall leaderboard