Sql command output in uipath workflow

how i get output of sql command in uipath.

1 Like

Hi
as a datatable variable if EXECUTE QUERY activity is used
or
as int32 that tells number of rows affected by the command, if EXECUTE NON QUERY is used

for more details

Cheers @Gauri_Rawool

Hi @Gauri_Rawool

what command is it select statement

use execute query command

Thanks
Ashwin S

it will run query in database but we will not get output in uipath variable