The topic of baselines was brought up at this session, and I mentioned that I had worked on a Fusion scenario to create a baseline whenever the project planned completion date changes. Someone asked about it; I won't post the full scenario (some of which involves setting a particular naming convention for the baseline and updating a custom field), but here are the basics:
I have a Watch Events module to trigger when the planned completion date of a current project changes (my particular module also filtered on a specific projectID as I was testing my scenario--I've left that out of the image):
![baseline scenario_01.png baseline scenario_01.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/82380i8A35F19DD104C597/image-size/large?v=v2&px=999)
I then added a Read a Record module to get info about the project's baselines:
![baseline scenario_02.png baseline scenario_02.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/82381i7A440DCFF83E38EE/image-size/large?v=v2&px=999)
I added a Custom API Call module to get the last baseline created (note: we use the WF setting to create a baseline automatically when a project's status is changed to Current, so we always have an existing baseline):
![baseline scenario_05.png baseline scenario_05.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/82382iE1A0E6CB7B7C501E/image-size/large?v=v2&px=999)
I use another Custom API Call module to make this most recent baseline the default baseline. This is helpful when you wish to compare the current project schedule to the default baseline (see this); if you want to make a different baseline the default, you will need to tweak the previous API module.
![baseline scenario_06.png baseline scenario_06.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/82383i43167920A9813399/image-size/large?v=v2&px=999)
Finally, I have another Custom API Call to create the new baseline:
![baseline scenario_09.png baseline scenario_09.png](https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/82384i3D5C151D0BCD1553/image-size/large?v=v2&px=999)
Hope this helps.