I have a field EMAILADR as part of a continuous form. I need to loop through the email addresses and send the same message to each recipient until all recipients with a null date notified field NOTDAT have been emailed. I know I can do this with a loop but have not the first idea how to write it.
Recipients are added sporadically, and the SendObject is activated via a submit button. When the button is clicked, I want just those people with a null notify date to be emailed. The SendObject action will notify only the first person in the list.
If someone can show me how to write this, I will save it and never ask the same question again!
Recipients are added sporadically, and the SendObject is activated via a submit button. When the button is clicked, I want just those people with a null notify date to be emailed. The SendObject action will notify only the first person in the list.
If someone can show me how to write this, I will save it and never ask the same question again!