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?
@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.


