Hi everyone,
I'm building a Smartsheet Bridge workflow to get the activated rows from my contact sheet and update another sheet.
I'm using the Get Sheet module to retrieve all row details, but it pulls in every row — including the ones I don't need.
To solve this, I tried using the JavaScript module to filter the rows, but I couldn't get it to work.
My goal is to filter the rows so that I only get those marked as active in the Status column.
Could someone guide me on how to achieve this?"
Thanks in advance!