This component is used to show what progress has been made in a process. The most common use-case is for approvals. However, the icons & images in this component are completely customizable so it can be adapted to any business process.
Give a Thumbs Up if you like the component to make it easier for others to find in the gallery
Follow me on Twitter for PowerApps tips and blog articles https://twitter.com/mattbdevaney
Send me a message if you find any bugs and I will try to fix them as quickly as possible
How To Use
Example #1
Items Property
Table(
{Title: "Erik Erickson", Subtitle: "Initial Requester", Icon: Icon.Person, Image: Blank(), Status: "Success"},
{Title: "Sally Summers", Subtitle: "Supervisor", Icon: Icon.Person, Image: Blank(), Status: "Success"},
{Title: "Matthew Devaney", Subtitle: "Manager", Icon: Icon.Person, Image: Blank(), IsCurrent: true},
{Title: "Executive Team", Subtitle: "", Icon: Icon.People, Image: Blank()}
)
IsSquareShape Property
false
Example #2
Items Property
Table(
{Title: "Erik Erickson", Subtitle: "Initial Requester", Icon: Icon.Person, Image: Blank(), Status: "Success"},
{Title: "Sally Summers", Subtitle: "Supervisor", Icon: Icon.Person, Image: Blank(), Status: "Success"},
{Title: "Matthew Devaney", Subtitle: "Manager", Image: 'business-cat', Status: "Fail"},
{Title: "Executive Team", Subtitle: "", Icon: Icon.People, Image: Blank()}
)
IsSquareShape Property
true
Example #3
Items Property
Table(
{Title: "Create Document", Subtitle: "", Icon: Icon.Document, Image: Blank(), Status: "Success"},
{Title: "Send Message", Subtitle: "", Icon: Icon.Mail, Image: Blank(), Status: "Success"},
{Title: "Manager Review", Subtitle: "", Icon: Icon.Person, Image: Blank(), Status: "Success"},
{Title: "File Document", Subtitle: "", Icon: Icon.Folder, Image: Blank(), IsCurrent: true}
)
IsSquareShape Property
false
IsStatusVisible Property
false
IconColor Property
White
ShapeFill Property
MediumPurple
ShapeBorderColorCurrent Property
BlueViolet