Hi,
I would like to create an editable interactive report which retrieve data from an external rest data source (simple http) and allows user to edit values in the grid and then sync back. Both data retrieval (GET) and data update (POST) can be done by the same endpoint.
At this moment I am able to retrieve the data but have no idea how to post the changes back. I have read through some materials about data synchronization which is like creating a local table to store the records and set up a job to sync over a period. Am I in the wrong direction to post edited data back to rest data source or I just missing some key function? Any keywords for me to google?
*ver 21.1.7
Thanks in advance