Hi team ,
I have 2 Tables .
This is 2nd Table .. Request is from Table 1 Title column .
Now in Table 1 i want the data of title column from Table 2.
Example : In Table 1 i need a column with data SAMP-4,SAMP-5,SAMP-6
Thanks
Hi @Ayappan ,
What type is that column in Table1? If it is a LookUp column and allows multiple selections, in the Form there should be a Combo box. You can edit the Combo box DefaultSelectedItems property as follows:
Filter(Choices(Table1.LookUpColumn), Value in Distinct(Filter(Table2, 'Request ID' = Gallery.Selected.Title),Title))
and set DisplayMode property to DisplayMode.View
Best regards,
hi @v-jefferni
I am using this table in power apps . The data which is populated in Table 1 i need to pull in power apps form
Hi @Ayappan ,
This seems not a PowerApps question, would you like to get it done using an App?
Best regards,
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473