I'm creating a flow that updates quarterly audit date for project in sharepoint list . I want the flow to trigger when a project is first created and only when base date is modified. Here is my flow.

I used 'Get Change' function to limit the column(base date column) that triggers flow. It was a must as there are more 30+ columns that get populated in different timeframe. Issue is it doesn't update when new project is created in the list.
How can I resolve this ?