Hello - still very new to UiPath. I’ve created a process to extract part of the body of an email from exchange. My next step is to insert that text into a table of a SQL database. I’m able to connect to the database, but i am not sure how to write the query to insert the variable i stored the extracted information in into the database/table. Here is what i have:
Yes the connection is configured. I don’t have a sample query - not sure how to write one. It is something i am learning. I have the server name, the table name and field name that it needs to be written to.
Thanks you @postwick . I’ve removed the extra connect activity.
I realized that when i set up the connection, i didn’t include the database to which the SQL query is writing to. I fixed that, added it into the wizard setup and re-ran the process and it worked.