Examples > Automatically assign a step to the original process requestor
Notify the requestor when process completes
Capture who launched a process using an Assignee Picker field, then use an automation rule to send them a notification when it’s done. The person who started the process always knows the outcome - no chasing required.
- Service requests - let employees know their IT, HR, or facilities requests are done
- Approval workflows - tell requestors whether they got approved or rejected
- Order processing - send confirmations when everything ships
- Document processing - deliver finished documents to whoever submitted them
- Admin or Standard member role to edit templates
- Familiarity with form fields and automations
-
Capture the requestor identity
Add an Assignee Picker field to your kick-off form:
- Label it clearly - e.g. “Select your name” or “Who’s requesting this?”
- Make the field required
- Place it at the top of the form
-
Create the notification step
Add a final step in your template for the completion notification:
- Step type: Pick “Email Auto-Send” (this sends automatically when the deadline passes)
- Step name: Something like “Notify Requestor of Completion”
- Content: Include completion details, attachments, and next steps
- Deadline: Set it after your last real step completes
-
Configure the automation rule
Go to the template’s Automations tab:
- Click Add Automation
- Name it descriptively - e.g. “Assign completion notification to requestor”
- IF condition: Pick your Assignee Picker field and “is not empty”
- THEN action: Choose “Replace Assignees”
- Target: Select your notification step
- Source: Select the same Assignee Picker field
-
Add completion details using variables
Use form field aliases wrapped in
{{ }}to pull in process data:Hello {{kick_off_form_requestor_name}},Your request has been completed.Summary:- Request type: {{kick_off_form_request_type}}- Completed by: {{step_5_completed_by}}Attached files: {{step_4_uploaded_documents}}
- Add multiple Assignee Picker fields (e.g. “Requestor” and “CC Recipients”)
- Create separate notification steps for each group
- Set up automation rules to route each notification correctly
- Add a dropdown field for process outcome (“Approved”, “Rejected”, “Pending”)
- Create a notification step per outcome
- Use conditional visibility automations so only the right notification fires
- Add a webhook automation on the final step completion
- Connect it to middleware (Zapier, Make, Power Automate) to:
- Send formatted HTML emails
- Pull attachments from other systems
- Trigger SMS or Slack messages
- Clear labeling - name your Assignee Picker field so people know exactly what to pick
- Test first - always run a test process before going live
- Include context - use variables to pack notifications with useful details
- Set timing carefully - if your final data needs processing, add a buffer before the notification deadline
Notification not sending?
- Check the Assignee Picker field has someone selected
- Verify the automation rule is active
- Confirm the step type is “Email Auto-Send” - not a regular task
- Email Auto-Send steps trigger when the deadline passes
Wrong person getting notified?
- Double-check you selected the right Assignee Picker field in the automation
- Verify what users are selecting in the form
Missing data in the notification?
- Check that your variable aliases match the actual form field aliases
- Referenced fields must be filled before the notification step fires
-
Kick-off form - three fields:
- Assignee Picker: “Select your name”
- Request type dropdown
- Description text area
-
Process steps:
- IT reviews the request
- IT completes the work
- IT uploads documentation
-
Final notification step:
- Type: Email Auto-Send
- Deadline: 30 minutes after “Upload documentation” completes
- Content: request details plus attached docs
- Automation: assigns the step to whoever launched the process
Actions > Automate task assignments
Examples > Dynamic member assignment from kick-off forms
Was this helpful?
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks