This the requirement in my power app gallery. I have Start and end button in my power app gallery each items.
Existing code :
✅ Start button of the first item → Always visible and enabled
✅ Finish button of the first item → Hidden initially, shown only when BadgeCanvas2.Content = "In Progress"
✅ All other Start and Finish buttons → Disabled initially.
✅ Start button of the next item → Enabled only after clicking Finish on the previous item.
Kindly help to solve this problem.
If(Step Number = 1,
DisplayMode.Edit
,
// For every other row it would come here and do this
LookUp(DataSource/MyCollection, Step Number = ThisItem.StepNumber -1).Step Status
)
WarrenBelz
146,513
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,688
Most Valuable Professional