Good morning to all,
I am encountering a small difficulty on power apps.
I have an Excel file in which I have :
- 1 PRODUCT table with :
ID_PRODUCT | PRODUCT_NAME | ID_TAG | MANUFACTURE | REFERENCE |
1 | EVO+32GO | 1 | SAMSUNG | MB-MC32GA/EU |
2 | NISE2400 | 2 | NEXCOM | NISE 2400-J1900 |
- 1 TAG table with :
ID_TAG | TAG_NAME |
1 | MEMORY |
2 | COMPUTEUR |
In a Powerapps I would like to display a gallery using these two tables to get the result below
ID_PRODUCT | PRODUCT_NAME | ID_TAG | MANUFACTURE | REFERENCE |
1 | EVO+32GO | MEMORY | SAMSUNG | MB-MC32GA/EU |
2 | NISE2400 | COMPUTEUR | NEXCOM | NISE 2400-J1900 |
And when I edit this table I would like to have a drop down selection to call the different TAG Names but that the info that goes up in the Excel table is the ID_TAG and not the the TAG_NAME.
Is this possible
Thank you for your help