Automatically display checklist on Project Form based on project Phase
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 02:40 AM - edited 09-09-2024 02:44 AM
Good day ServiceNow community
I have implemented the Checklist requirement by using a Flow.
Here is the requirements:
1. Auto populate the checklist when the Project form is created (new project is created) - this is working fine. When a new project is created the Phase is Initiating and the Checklist template "Initiate phase checklist" is displayed on the form:
2. When the Phase is changed to Planning - the same "Initiate phase checklist" is still showing.
However, my requirement is when the Phase is changed to Planning then the Checklist template "Plan phase checklist" should display
Here is the flow I configured:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 02:46 AM
Hello @BiancaK ,
Try to use the wait for condition activity till state get change to achieve your requirement.
Please accept my answer and give thumbs up, if it helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 03:04 AM
Thanks Abishek
I have applied the wait for condition but it is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 03:15 AM
Hello @BiancaK ,
Could you please elaborate the requirement?