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 / Add new column to tabl...
Power Apps
Unanswered

Add new column to table A from Table B

(0) ShareShare
ReportReport
Posted on by 59

Hey, it has been a while that i haven't used Powerapps, so very RUSTY. I need to add a column from table A to Table B with a condition.

 

here is what i tried: 

AddColumns('PERSONEL PROPOSED', 'newcol', LookUp(CFT, CFT = 'PERSONEL PROPOSED'[@'CFT_ID: CFT']),ID)

Table B = 'PERSON PROPOSED'

Table A = CFT

i need to add the column in correctly, where CFT from table a is equal to 'CFT_ID: CFT' as table B as a lookup column of table A but problem of delegation.

 

Thanks helpers

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @LoopinG2023 

     

    you can try this:

    AddColumns(
     'PERSONEL PROPOSED',
     "newcol",
     LookUp(
     CFT,
     CFT.ID = 'PERSONEL PROPOSED'[@'CFT_ID: CFT'],
     ID
     )
    )
    

     

    or this witha collection:

    ClearCollect(
     ColCFT,
     CFT
    );
    
    AddColumns(
     'PERSONEL PROPOSED',
     "newcol",
     LookUp(
     ColCFT,
     ID = 'PERSONEL PROPOSED'[@'CFT_ID: CFT'],
     ID
     )
    );
    

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 617

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard