Greeting everyone,
I have built a model in which I add rows and columns in a global table using process flow.
I want to export the added row simultaneously in my sql table, this means each time a row is added in my global table, it should be added at the same time in my database.
My question is how can i automatically export the data without having to do it manually from DBconnector ? what trigger is needed ?
i have basic knowledge in sql, which query can help me do that ?
Thank you for your help folks