Inser into with MySql Workbench

good day

I would like to know if anyone knows how to insert into a table in a database in mysql workbench using uipath, how to do the activity and the sql statement.
Thank you

Hi @Mike99,

Were you using Insert activity under UiPath.Database.Activities which can be downloaded from manage packages from design menu
Just we need to pass the datatable obtained from read range and the table name in database as a string to this activity
For more info on this

For Inserting data into database using commands refer below link:

Hope this helps, if it works mark it as solution.

Let me know if you need any clarification.

Thanks,
Neelima.