RE: Want to take values from two table and put them in one table
You can use a Power Query in Power Platform to combine data from two tables into a single table
Here's a basic example using two tables, "Table1" and "Table2", with a common column, "Column A":
Open Power Apps and go to the "Home" tab
Select "Get Data" and choose the appropriate data source for your tables
Load the two tables into the Power Query Editor
In the Power Query Editor, right-click on one of the tables and choose "Reference"
Right-click the other table and choose "Combine Queries" > "Join"
Choose the join type you want to use (e.g. "Inner Join", "Left Join", etc)
Specify the columns you want to join on
Load the combined table into your report or app by clicking "Close & Apply" in the Power Query Editor
You can then use this combined table in your report or app as needed