Insert Activity with SQL

I am trying to use the Insert activity to insert a UiPath DataTable into a SQL table but I am getting an error saying that permission was denied. Does anyone have any idea why this might be the case? Thanks

Make sure you have permission to insert to the table to which you’re trying to update. If you cannot do this manually, you will need to get permissions to do so in order for the bot to perform this process.

If this is not an attended bot, the bot will need to have permissions to do so.

1 Like