
Announcements
Hi,
I have downloaded ProgressIndicatorComponent_20201013.msapp and imported in PowerApps.
I want to connect this imported Progress indicator in connected SharePoint list.
My requirement stated below,
After filling the edit form and submitting, it should highlight in Approval navigation, display as below.
After selecting selected Item in gallery, with "Approve", "Decline" command, the progress indicator also should run accordingly.
Above image is the Progress Indicator listed "Item"
Table (
{Title: "Inprogress", Subtitle: "Active", Icon: Icon.Person, Image: Blank (), Status: "Success"},
{Title: "Sign-Off", Subtitle: "Active", Icon: Icon.Person, Image: Blank (), Status: "Success"},
{Title: "Completed", Subtitle: "Active", Icon: Icon.Person, Image: SampleImage, IsCurrent: true},
{Title: "On Hold", Subtitle: "Inactive", Icon: Icon. People, Image: Blank ()}
)
Below image is the SharePoint connected list.
Please suggest, where i want to modify the code to enable progress indicator accordingly.
Result to be.
"New Project request" -> Submit -> Display in "Approval" page -> Select the requested Project and view -> Comments with "Approve"/ "Decline"
--> Progress Indicator should show the current status of specific ID as "InProgress" or "Sign-off" or "Completed" or "On-Hold"