Hi Srihitha,
You can refresh it by selecting refresh in client in change object activity in your microflow.
Hi Srihitha,
Please check if the setting ‘refresh time (in seconds) on the General tab of your Template grid properties is what you are looking for. This will trigger the datasource microflow every X seconds and refresh in client.
Hello from the future ;D
I was looking for this a while ago, so I thought I'd post my solution.
You basically need to enclose your datasource microflow in a dataview (e.g. a helper entity with attributes used for filtering). Then call another microflow that will refresh the dataview entity, hence causing the datasource microflow to re-run.
Domain model
Dataview setup
DS_GetPoodles
ACT_Refresh
Dear Srihitha,
You can Refresh the Data Source using the Helper Object.Use the helper in your microflow data source and trigger refresh when condition changes.
Regards,
Mohamed Rasik.N
Hi Srihitha,
A microflow data source is executed only when the widget refreshes. You cannot “refresh the microflow” directly, but you can trigger a refresh indirectly.
Use a helper object or page context object to control your conditions and refresh that object. This keeps the UI predictable and avoids unnecessary reloads.