Microflow completes and calls show page action but nothing changes when executed from Internet explorer (Mx 7.23)

0
Hi All, We have a navigation microflow which gets a list of contracts created by the user, links them via association to a search object which we then pass into the page as the context entity. On the page the contract results are displayed in a list view over association via the search object. The problem is this works fine in Chrome, firefox and safari, but when we test in internet explorer the microflow triggers and executes completely, but after nothing happens. The user is not moved to the new page and the microflow progress bar does not dissapear. We have double checked the logic, added refreshes to any objects shown on the page, and even added a close page action before showing the new page. Seems something just goes wrong in the client. This worked fine in 7.21 but since converting the app to 7.23 we cant seem to figure out this issue, any advice?
asked
2 answers
0

So it seems to be when you show a value in a label via association. I just put the associated label inside a nested data view and now the page loads fine

answered
0

Glad to be of assistance.

answered