Get edited information of Infotable and update external database
Hey guys,
I'm working on a project and got a simple problem.
I've got an InfoTable which is feeded with data from an Oracle database.
In this InfoTable I have one column which is editable (orange rectangle in first screen).

I would like to change the content from "HELLO" to , in this example, "HELLO WORLD!" (orange rectangle in second screen).

Then I have a button which calls a service when clicked.
In this service I would like to retrieve the changed information from the column and make an update
with this new information on my external Oracle database.
Haven't seen a solution for that so far.
To resume the problem:
How can I get the edited values of an InfoTable and save them in an external database?
Thanks for your help

