Hello,
I have tried googling and reading different solutions but I haven't been able to do exactly what I want.
In my example I have a table with a list of all companies and I want to select one or more of the companies to be added to a table for qualified companies. I'm imagining a gallery with a + button that adds the selected record to a gallery for selected companies.
| Table 1 | |
| Company | ID |
| A | 1 |
| B | 2 |
| C | 3 |
| D | 4 |
| Table 2 | |
| Qualified company | ID |
| C | 3 |
It doesn't have to be a gallery or even a data table as long as I can have a list of all of Table 1 where I can copy records to Table 2 and save the update in the source.
Thank you for the help!