Sheets reader: types do not match

https://www.gumloop.com/pipeline?run_id=5uMZiCCpJw8WBdcBDYtynz&workbook_id=x4yM8xMv6hABavsqhjDMMX

My runs were working for a while then started failing so unsure why that is.

How can I resolve it?

Hey @malx! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Hey @malx - The types do not match here because you’re passing List when the expected type here should be Text since you only will be updating a single row now that the sheet is using the trigger.

If you disable loop mode on the text formatter and google sheet updater nodes this should work as expected. Let me know.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.