Flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 04:17 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 07:24 AM
Do you need to create 4 tasks per each request, or is it conditional depending on information from the request?
You'll likely go down the route of a decision table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 11:06 AM
It is conditional on the request .
Example
Vendor 1 —>assigned to a specific group—>then create a task
I have 4 different vendors and I only to create one task per vendor.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2025 03:54 PM
A decision table would be the best option, with the input being the vendor, assuming it's a lookup variable on core_company, and then the output being the task to create OR a subflow to create the task