Unable to write data properly in cmd

Hello,

i need to write data in cmd , basically i a writing dsquery in cmd and in cmd i am passing variable from excel.
here is the code
image


simply will read from database and pass variable to query and write it in cmd.
but from out of nowhere it is writing 1 query 3 times with same variable in cmd like below

how it is getting same variable ?

where i am going wrong it suppose to go to next row even before that need to write cls and then need to go to next row.

what is the issue.
i am using use application browser for cmd inside block user input.

help me on same

@Mathkar_kunal

You should be using Invoke Power Shell activity instead of trying to interact with a command prompt.

issue resolved actually i need to click on three lines after verify that user query is typed and clickm on remove.
now working

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.