- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2023 08:27 AM
Hi all,
Need a help on flow designer. In a item there is variable and its a single line text so when we submit the request based on the number of values entered it should create task and after all tasks are closed it should close ritm.
For example lets call the variable as test and this variable as value 1,6,5,4 so there are 4 values entered so it should created a 4 task.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 09:56 PM - edited 07-30-2023 09:57 PM
@William08 ,
Till here, I don't find any issues then
Can you please provide the screenshots of further actions in the flow? Will try to see if something went wrong in next steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 07:09 AM - edited 07-30-2023 07:11 AM
Hi @William08
Can you try building something like below
This flow is creating 5 records . Refer the execution and inputs I gave below
.
After this you can just look up to check if all the child tasks are in any of the closed states and not in progress in the flow and close the ritm.
Let me know if you need any further help with screenshots.
You can always tweak wherever you want to finetune.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 07:49 PM
@William08 ,
I see from the screenshots that
1. You have created a flow variable 'numbers to be entered'. May I please know its type? Is it string?
2. Variable name accepting comma separated numbers on your form is test.
The script looks correct. Just to clarify, were you able to activate the flow and did it compile correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 09:09 PM
1. It was of String type
2. Yeah i was trying out in my pdi before doing it so i gave the name as test
I was able to activate but it was giving this error when i clicked on run test.