AE actions

What is the difference between dowhen and doselect?

Questions by bandisdevi   answers by bandisdevi

Showing Answers 1 - 6 of 6 Answers

DoSelect : here we don't need to increase the counter. pointer to the next row in the selected data will be moved automatically.

DoWhen: here we need to write the select query to skip the processed row.

sry ....

DoWhen is some thig like IF statment. it is the first acation in execution order. if the query written in the Do When action returns any rows then the subsequent actions will be executed.

In a simple way

DoWhen is a conditional action
DoSelect is a looping action

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions