Notify admin
The administrator receives an email notifying them of the new membership request and directing them to move onto the next task. Kotive creates the content of this email by pulling in information from the first form.
Let's start by looking at how the email is typed up. There are lots of normal looking text words, but there are also lots of rectangular, shaded in, blocks of text. What's the difference?
Well, the normal text is just that: normal text. There's nothing special about it. But the blocks of text are actually information that is being pulled in from earlier forms. If you click on the text area of the email while in the webapp, you'll see that it changes and suddenly looks like a lot of code with lots of curly brackets { } and numbers. This code (also called dynamic field tags) is what tells these fields of text what they're going to end up saying. When this email gets sent to the club's admin, it won't look like it does now, it will all be normal text, because the workflow will look at the previous forms and put the information from those forms into this email.A link at the bottom of the email leads them to the next task.