PowerApps - 2 ways to populate dropdown / combobox with multiple fields concatenated from SharePoint

Описание к видео PowerApps - 2 ways to populate dropdown / combobox with multiple fields concatenated from SharePoint

In this video I will show you how to populate your dropdown or combobox with concatentated values so you can display more than one field in the dropdown results.

Code Used:
Straight in the dropdown:
SortByColumns(AddColumns('Test Vendors', "FullDescription", Concatenate(Title, " - ", Department.Value, " - ", 'Contact Email')),"Title")

Creating from a collection:
ClearCollect(ItemCollectionCol, AddColumns('Test Vendors', "FullDescription", Concatenate(Title, " - ", Department.Value)))

Links mentioned in this video
PowerApps Invoice Generator which automatically creates PDF invoice - App Demo / Overview -    • PowerApps Invoice Generator which aut...  

PowerApps - Clean Design Template for Form -    • PowerApps - Clean Design Template for...  



Hey welcome to WeTechCareOfYou!
Check out our latest offers and exclusive partner deals for all things tech and business! Click the link to discover special discounts on licenses, products, and more from our trusted partners:
https://wetechcareofyou.com/partnerships

If you are a returning subscriber we wish to say thankyou!
If you are new to the channel, please subscribe as we release videos on building apps, automations, intranets and fixing issues for all things Microsoft. If you have any questions around our videos please just leave a comment and we will get back to you. If you would like to discuss a project or require set hours for development, support or maintenance then please email [email protected] or complete a form here: https://wetechcareofyou.com/contact

Kind Regards,
The WeTechCareOfYou Team 💙

Комментарии

Информация по комментариям в разработке