Share data between 2 flows in the same integration

If I have 1 integration that has 2 flows
flow number 1 returns sheetId
flow number 2 takes this sheetId as input
I will chain the 2 flows to run sequentially
is there a way to do this ? to share a variable/data between fows?

This is exactly where Celigo is being built for!
Add a response mapping to the first flow, and then you can use that data in the second flow:

@nuriensing so for example results mappin returns sheetId. how can i receive it in flow 2 (I have an http connector step where this sheetId should be part of the path paramteter ?
and should I keep that channing ? or it does not matter as long as the 2 flows are in the same integration it is automatically shared ?
flow 1 :

flow 2 :

in the response mapping use
data.0.sheetId

Hi @Dareen_Hamdy_MiddleE , You may follow this post which has the detailed answer on how to achieve this.