Getting the project ID in Flow Apex Action

I am trying to craete a flow which will create ASANA project and task on opportunity . we need to create task based on number of product launch records present on opportunity . Meaning for every product launch record present on opportunity we have to crate ASANA task and added to ASANA PROJECT PRESENT IN THAT opportunity . all this process should happen when opportunity is closed won . so i created a flow which triggers when opportunity is closed won and I am using apex action in the flow “Create ASANA project from template” to create project and “Create ASANA task” Apex action to create ASANA task. Can you help in figuring out how to get the project id created from apex action “Create Asana project from template” and pass to “Create Asana task” for linking the project to task. Here is the screenshot of flow