Skip to main content

v11 to A360

  • 8 January 2024
  • 7 replies
  • 59 views

When I try to run Bot it runs all good but its not going in loop 

Hi @dhavalmodi ,

Kindly verify the loop session name

 

Hi @dhavalmodi ,

 

Select the Export to CSV file option under the Databse:Read action and access the file once it is generated during the execution. If you are getting a blank file there, then the control will definitely not go inside the loop.

 
 

@Padmakumar When i put CSV FILE bot fail but bot in sql file and bot get connect to sql surver and bot skip the loop and runs

 


@Tamil Arasu10 yes the name is same 

 


@Padmakumar When i put CSV FILE bot fail but bot in sql file and bot get connect to sql surver and bot skip the loop and runs

 

 

Could you please provide a screenshot to see how you did it?

 
 

@Padmakumar 

 


 

@Padmakumar

 

 

This is wrong. I mentioned to do this within the Database:Read action.

 

 
Remember that this is only to check whether you are getting data after reading from DB. If there is data, then only the control can go inside the loop since you are iterating through the DB result set.
 

Reply