Hi all,
I have a app for a team to manage requests. There is the usual screens for the user to raise a new request and check in on the current status. For the team, they have two primary screens, an "Open request" screen and a "Closed request" (just to filter out all closed and provide proper numbers for open work in the dashboards.
The way these screens work is there is a gallery which filters either open or closed items (from a SharePoint list) depending on what screen you are on. When you select an item, the gallery disappears using an UpdateContext variable on the visibility property of the gallery, makes the underlying form visible (again with a second ContextVariable).
The issue I have run into, is that when the team change the status from "In Progress" to "Complete", it obviously moves the open item into the closed screen based on the gallery filter.
My question is, is there a way to add a formula on the save button of the form so that if status is equal to "Complete", you can navigate to the completed screen and load that current item (based on ID field) but at the sae time, trigger the UpdateContext visibilities for the closed gallery and the closed form so that the user can still see the current data without having to navigate to the closed screen, find the item they were just working on, and check it all looks good?
Any assistance is appreciated.
Thanks,
DW


Report
All responses (
Answers (