CustomString widget refresh in client

0
I am using the custom string widget from the app store to display text returned from a micro flow on my page.  The micro flow that returns the string is called by a scheduled event.  I noticed if the text returned by the micro flow changes it wont change on the page unless I refresh my browser.  Any suggestions to get this to refresh automatically? 
asked
1 answers
1

Chris,

You need to get that microflow to re-execute on your page.  If your CustomString widget is inside of a data container (dataview, listview, etc.), you can commit the entity of that data container which should cause a re-rendering of the CustomString widget.  Otherwise, you’ll need to refresh the page.

Hope that helps,

Mike

answered