Run a cell value from an array multiple times for an API GET request call?

Is it possible to process an array containing the cell value (the array would be rows) in an API call in Smartsheet Bridge?

I have this scenario: I have a trigger that activates every time a value changes in a Smartsheet column. The way it runs helps to retrieve row by row and take the data I need to make an API call. I can make it run once a day like this.

This workflow works, the problem is, I would like to create a Schedule trigger that run this workflow two times a day at least, as the API call involves a connection to a tracking system, so it's required to be up to date.

When running a Schedule trigger, the Get Sheet element will retrieve many rows, so my question is if it's possible to somehow not to reference in the Form Parameter only one value from one row, but to bring over a tracking id multiple times? Each Tracking ID will be in all the rows. Does Bridge support this kind of process?

Answers