hello, I have created a flow that kicks off when a new item is created on a sharepoint calendar. It creates the same item on a second calendar on the same site.

I have a second flow that I created for updates. When existing item is modified, update Item in sharepoint

due to the first flow not setting the ID of new item in the second calendar, the second flow fails because it cannot find the proper ID. Is there any way to set the ID in the new item on the first flow??