Hi
I need help, I have a gallery in which I create buttons based on data from Sharepoint.
It works great for me on one procedure and when I wanted to implement it here and there it doesn't work for me and I don't know where the error could be.
And the only thing that changes there is the column in sharepoint which is defined as Choice
You are missing Value from the code I posted
GroupBy(
SortByColumns(
AddColumns(
'Best Practice Ideas';
'New colum';
Concat(
'Intercluster Sharing';
Value;
","
)
);
"New colum";
SortOrder.Ascending
),
'New colum';
Data
)
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.
MVP (Business Applications) Visit my blog Practical Power Apps
I don't know why but it's doesn't work 😞
All code give me the error
Here is my sharepoint list.
OK - that explains the issue - you cannot use GroupBy with a multi-choice column. You can do this
GroupBy(
SortByColumns(
AddColumns(
'Best Practice Ideas',
'New colum',
Concat(
'Sub process',
Value,
","
)
),
"New colum",
SortOrder.Ascending
),
'New colum',
Data
)
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.
MVP (Business Applications) Visit my blog Practical Power Apps
Hi @WarrenBelz
thanks for your answer
No I don´t use like data source excel, the sharepoint is my data source.
And the type of column is choice so you can select multiple options
Hi @AndrejPavlik18 ,
You mentioned Excel - if this is your data source type, what type of column is 'Inter-cluster Sharing' ?
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional