Hello all,
I'm new on Alteryx and I need assistance to write to a database via an API.
So here is the application.
I connect to the database and process the data. In the end, I send an email to the user to take action. When I finished all the process, I like to write a note to the database what I did for tracking purposes.
So far I did many API calls to read the data like;
API URL -- Download -- JSON Parse ----> this is most likely to get the data. The goal is the opposite and to send the data to the database. Due to policy, I'm not allowed to write directly to the database, but via an API.
Does someone suggest how to do this or refer me an example?
Thanks