Dear all,
Need a help. I have collection as below.
Columns cow_breed and cow_gender holds a single value. (they are choice column in data source)
Example 'Jersey', 'Female'
I want the collection to look like :
Can any one please help
Hi @venka91 ,
You did not include your collect code, but assuming it is from a List
DropColumns(
ClearCollect(
colCows,
AddColumns(
YourListName,
"CowBreed",
cow_breed.Value,
CowGender,
cow_gender.Value
),
"cow_breed",
"cow_gender"
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1