Now I want to be able to grab just text spoken between two times. I can filter within the array for start time so it would be something like where each items start is > StartTime and < End time, but Im not sure how to approach this in the workflow.
Should I create a new type fill that, then filter to the displayed data type or can this be done in one step?
Thanks for the help - I think I went down this rabbit hole, the issue is I’m not filtering on the item Im adding but on it’s equivalent start value in the array . .