I have a weird problem, where the SQL Connector Query will not GET Updated info unless “refresh the browser”
Detail :
-
Load the Apps, call SQL Connector Plugin, Query and get Data as below.
- Order 001, Table 001, Ordered item XXX
-
In the app, add an order to database
- Order 002, Table 001, Ordered Item XXX2 ( Successfully added, I check from phpmyadmin )
-
in the Workflow, I try many method to "refresh the data in Repeating Group
- clear the list, and display the list with same Query again ( search Order where Table = 001 )
- run the External Data API ( the SQL Connector Plugin Query ) as action, again.
-
The new data still not appeared. Unless
-
I refresh the page, the new data appeared.
Does this is related to “cache”?
( previously all data call internally, without using SQL Connector , has no problem )
What I needed to do to get updated data without refresh the page?