Hi Jessica,
Sounds like you are comitting the object correctly, however you are not refreshing it. The object shown on your page has not yet been refreshed with the committed data. Therefore if you refresh the entire page manually, it does update your details as intended. Quick solution for this is adding a refresh in one of your microflow actions. You can either do this on your commit:
Or add a change to this object without changing anything and only applying a refresh.
You need to pass the LIST of SelectedProjects and the FilterInputs "Parameters" to the ACR_ProjectMultiple_Reset
Hi Jessica,
Just to confirm your use case:
If this is the case, you do not need to re-open your Project_Overview page, rather close your Project_NewEdit page and make sure the object you have just committed on your Project_NewEdit page is refreshed correctly.
If the only thing you want to do is alter the project you have selected, and update the total hours spent on your project_overview page, I don't see why you should try to pass a list of projects and filtersOptions, but I might misunderstood your expected result.
Hope this helps!