Hello guys,
I've been following this tutorial on how to set flexible height
PowerApps: Gallery SubGallery using GroupBy and Flexible Height
https://www.youtube.com/watch?v=ZzQ1t2sQvj8&list=LLmYOrs7FN4kHJgKiYqjhRoQ&index=2&t=397s
Here are my steps:
Gallery 1: the outside gallery: items = GroupBy(Table1,"company_name","grpCompanyDetail")
Gallery 2: the embedded/inner gallery:
items = ThisItem.grpCompanyDetail
height = CountA(grpCompanyDetail.Category) *60
The concept is to get the height and then time it by 60
However this give me an error: "this formula uses scope which is not presently supported for evaluation"
Can anyone spot where is wrong with these?

Report
All responses (
Answers (