Automatically page refresh or refresh in data view

1
Hi All, I am calling an event from schedule job and setting in string value in attribute of one of the entity object. The object is used in data view on my page where I am showing that string attribute. Now when attribute gets update by schedule job, it doesn't refresh on page automatically untill I manually refresh page. I used normal object refresh, refresh class, refresh class by object in schedule job. But it is not working. Could you guys please suggest me solution for this? Thanks Abhinay
asked
1 answers
2

You could use the Microflow Timer widget to reload your page periodically.

answered