Google Sheet Cell

Hi I’m trying to track a column on a Google Sheet for when a cell change is triggered. I can pull data from that row. Hopefully, that made sense.

Hi @arrjohns,

Yes, that makes sense. You can use Pipedream’s Google Sheets integration to achieve this. First, you’ll need to use the “New or Updated Row” trigger in your workflow. This trigger will activate when a row is updated or added in the specified Google Sheet.

  1. Create a new workflow and search for the “Google Sheets” app.
  2. Select the “New or Updated Row” trigger.
  3. Connect your Google account and configure the trigger with the required Google Sheet and worksheet.

After setting up the trigger, you can add actions or code steps to process the data from the updated row. The data from the updated row will be available in steps.trigger.event.

If you need further assistance or have any questions, feel free to ask.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.