how to generate multiple SCTASK on the basis of response from last SCTASK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:08 AM
Here is the situation :
1. Post closed complete of first SCTASK - 1 , one YES/NO variable should be visible on SCTASK- 1.
2. If User selects YES, SCTASK-2 should be opened.
3. If User selects NO, SCTASK -3 should be opened.
On SCTASK-2, there should be one YES/No variable,
If yes, again one more similar to SCTASK-2 should be open, if no then SCTASK- 3 should open.
Requesting guidance on approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:46 AM
Hi @developersn ,
Create workflow SCTASK-1 with a YES/NO option-Take if conditional activity .
If YES, create SCTASK-2 with-Create Task activity in workflow a YES/NO option.
- If YES again, create another SCTASK-2.
- If NO, create SCTASK-3.
If NO in SCTASK-1, create SCTASK-3.
That's a straightforward outline for your workflow. The key is to use YES/NO responses to determine whether to create more SCTASK-2 tasks or move to SCTASK-3 based on user input.
Please mark it as solution proposed and helpful if it works for you.
Thanks,
Anand