Not sure what you mean by "trigger".
The INDEX array will take the array of waveforms, and output two separate waveforms. If you stretch it to have two outputs, they will be channels 0 and 1, by default. (You could input a different index, if desired, but you don't need to in this case).
Those two wires go to two GET WAVEFORM COMPONENTS functions, with the output set to Y (not t0 or dt). This gets you two arrays of numbers (the sampled data).
Those two arrays go into two THRESHOLD 1-D ARRAY functions. You will have to wire the THRESHOLD Y inputs to those two functions. Maybe you can use the same value for both, maybe not - it depends on your data.
The output of those is a fractional index - the index where the Y value crosses the threshold going positive.
Those two fractional indexes should be subtracted.
The difference is measured in samples. Convert that difference to time, by multiplying it by 1/Sample rate.