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 

7 replies

Userlevel 6
Badge +15

Hi @dhavalmodi ,

Kindly verify the loop session name

 
Userlevel 7
Badge +13

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.

 
 
Badge +6

@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

 

Badge +6

@Tamil Arasu10 yes the name is same 

 

Userlevel 7
Badge +13

@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?

 
 
Badge +6

@Padmakumar 

 

Userlevel 7
Badge +13

 

@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