Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8036 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am wanting to execute a script that sends an email message to email addresses in a found set of records. I can set up a loop to go to the first record, send email, next record, send email, (loop), but i can't seem to figure out how to get the loop to stop (Exit Loop if).

Is there an easier way to execute the same script (sendmail) on a found set of records?

thanks,

Posted

Alternatively (jus because you can) you could use the exit Loop step...

Exit Loop If [status(CurrentrecordNumber) = Status(CurrentFoundCount)]

I mention this only because it's a way of exiting a loop at the last record if you're not using the "Go to Record" script steps.

It's also a good intorduction to the useage of the Status functions if you haven't seen them yet. They are extremely powerful!

This topic is 8036 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.