How to refresh data fetch from database
Hi everybody
I have an Adaptive Form and I populate a dropdown list with a get-service defined in a Form Model in Data Integration section
I made a rule on an input text field ( on Value Commit -> call the service and get data -> populate the dropdown list with data )
If I update a record in the database and I call again the service, the json that I receive doesn't update! :-(
I checked on the db and the data are updated, but I can't figure out how to see the update in my service
Any suggestion??
Thank you everyone!!
Fabio