We are running an integration where the SQL Statement being executed is dependent on data existing in a Global Temporary table. However, the 2 actions are being done in different steps and select statement is unable to see the rows in the GTT.
Is it possible to use GTT in OIC? If so, how can we use it?