I have installed and added data source (web data connector) inside tableau
Web data connector URL : http://localhost/datasouceexample/example.html
web data connector holds some data. import data from web data connector and create graphs using the data from the web data connector URL. Generated graph and saved in the "tableau public" option. Embed the code inside my web application. The graphs show perfectly.
My question is about the automatic data update.
1 ) I want to update graph automatically based on the value from web data connector URL
2 ) If any new updations are inside input data (new inputs), automatically sync with tableau and update the graph, so no changes in the embed code and graph updated automatically
Any settings available inside tableau for do this section? if it is possible? Thanks