Refreshing Microflow?

0
Hi – I am using the “CustomString” widget from the App Store to display a string result from a microflow. How can I get the “CustomString” widget to refresh? I have the microflow used by CustomString re-executing through a Save button on the page, but the re-execution is not reflected in the CustomString output shown on the page unless I go back out of the page and back in. Does this result make sense?
asked
3 answers
2

If the Custom String widget is inside of a Dataview, you would need to trigger a refresh of that Dataview in a microflow.  If not, you’ll need to somehow reload the page.  You can accomplish this using the Microflow Timer widget on that page to refresh the page periodically.

If the information you are updating is not updated from the page you are on, I think the microflow timer is your best option.

answered
0

I think this might be part of the reason: https://forum.mendix.com/link/ideas/70

Any workaround?

answered
0

I’m seeing this issue also in a List View. Does that make sense?

answered